This commit is contained in:
albert
2013-03-08 17:42:01 -05:00
parent b8e5ba9098
commit a2456d1b34

View File

@@ -1,6 +1,5 @@
class TagAliasesController < ApplicationController
before_filter :admin_only, :only => [:approve, :destroy]
before_filter :member_only, :only => [:create]
before_filter :admin_only, :only => [:approve, :destroy, :create]
respond_to :html, :xml, :json, :js
def new