Categories working tested and added link to sidebar

Conflicts:
	Gemfile
	config/mongoid.yml
This commit is contained in:
saurabhbhatia 2013-06-26 20:19:50 +08:00 committed by chris
parent c4e8ed96a9
commit 06c2240d34
1 changed files with 7 additions and 0 deletions

View File

@ -38,6 +38,13 @@ module Location
head_link_path "panel_location_back_end_locations_path"
context_link 'categories',
:link_path=>"panel_location_back_end_location_categories_path" ,
:priority=>1,
:active_for_action=>{:localtion_categories=>:index},
:available_for => [:manager]
end
end
end