From 14d73d0622bdb1a32c14882dfc988de05a459f93 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Fri, 24 Jun 2016 14:11:44 -0700 Subject: [PATCH] add member only constraint for migrating tag subscriptions --- app/controllers/tag_subscriptions_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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