add member only constraint for migrating tag subscriptions
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
class TagSubscriptionsController < ApplicationController
|
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
|
respond_to :html, :xml, :json
|
||||||
|
|
||||||
def new
|
def new
|
||||||
|
|||||||
Reference in New Issue
Block a user