From b1512131c5d955e531b051d69a5d29b56b82a12c Mon Sep 17 00:00:00 2001 From: MoisesMachado Date: Wed, 1 Aug 2007 15:19:00 +0000 Subject: [PATCH] ActionItem4: removed deprecated uses_flexible_template --- app/controllers/manage_tags_controller.rb | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) 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