diff --git a/app/controllers/tag_subscriptions_controller.rb b/app/controllers/tag_subscriptions_controller.rb index 47cee7392..5f2ddf4f9 100644 --- a/app/controllers/tag_subscriptions_controller.rb +++ b/app/controllers/tag_subscriptions_controller.rb @@ -1,5 +1,5 @@ class TagSubscriptionsController < ApplicationController - before_filter :member_only, :only => [:new, :edit, :create, :update, :destroy] + before_filter :member_only, :only => [:new, :edit, :create, :update, :destroy, :migrate] respond_to :html, :xml, :json def new