diff --git a/app/controllers/manage_tags_controller.rb b/app/controllers/manage_tags_controller.rb index 83659bf..a27eb65 100644 --- a/app/controllers/manage_tags_controller.rb +++ b/app/controllers/manage_tags_controller.rb @@ -3,8 +3,6 @@ require 'extended_tag.rb' # Manage tags stored by the acts-as_taggable_on_steroids plugin by providing an interface to create, destroy, update and list them class ManageTagsController < ApplicationController - uses_flexible_template :owner => 'owner' - # Index redirects to list action without modifing the url def index redirect_to :action => 'list' -- libgit2 0.21.2