Commit b1512131c5d955e531b051d69a5d29b56b82a12c
1 parent
edb0955b
Exists in
master
and in
29 other branches
ActionItem4: removed deprecated uses_flexible_template
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@293 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
app/controllers/manage_tags_controller.rb
@@ -3,8 +3,6 @@ require 'extended_tag.rb' | @@ -3,8 +3,6 @@ require 'extended_tag.rb' | ||
3 | # Manage tags stored by the acts-as_taggable_on_steroids plugin by providing an interface to create, destroy, update and list them | 3 | # Manage tags stored by the acts-as_taggable_on_steroids plugin by providing an interface to create, destroy, update and list them |
4 | class ManageTagsController < ApplicationController | 4 | class ManageTagsController < ApplicationController |
5 | 5 | ||
6 | - uses_flexible_template :owner => 'owner' | ||
7 | - | ||
8 | # Index redirects to list action without modifing the url | 6 | # Index redirects to list action without modifing the url |
9 | def index | 7 | def index |
10 | redirect_to :action => 'list' | 8 | redirect_to :action => 'list' |