fixes #802
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
class TagAliasesController < ApplicationController
|
class TagAliasesController < ApplicationController
|
||||||
before_filter :admin_only, :only => [:approve, :destroy]
|
before_filter :admin_only, :only => [:approve, :destroy, :create]
|
||||||
before_filter :member_only, :only => [:create]
|
|
||||||
respond_to :html, :xml, :json, :js
|
respond_to :html, :xml, :json, :js
|
||||||
|
|
||||||
def new
|
def new
|
||||||
|
|||||||
Reference in New Issue
Block a user