Commit 5ce8bf009909ff79f63b844c6ddbad9706f5b179
1 parent
f59d2371
Exists in
master
and in
29 other branches
ActionItem117: s/EnvironmentAdminController/AdminController/
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@907 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
6 changed files
with
6 additions
and
6 deletions
Show diff stats
app/controllers/admin/admin_panel_controller.rb
app/controllers/admin/categories_controller.rb
app/controllers/admin/edit_template_controller.rb
app/controllers/admin/features_controller.rb
app/controllers/admin/manage_tags_controller.rb
1 | 1 | # Manage tags stored by the acts-as_taggable_on_steroids plugin by providing an interface to create, destroy, update and list them |
2 | -class ManageTagsController < EnvironmentAdminController | |
2 | +class ManageTagsController < AdminController | |
3 | 3 | |
4 | 4 | # Index redirects to list action without modifing the url |
5 | 5 | def index | ... | ... |
app/controllers/admin/role_controller.rb