add member only constraint for migrating tag subscriptions

This commit is contained in:
r888888888
2016-06-24 14:11:44 -07:00
parent a8812beae8
commit 14d73d0622

View File

@@ -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