fixes #802
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user