work on ses integration

This commit is contained in:
albert
2013-03-08 17:41:40 -05:00
parent b8e5ba9098
commit 626c34b893
2 changed files with 7 additions and 2 deletions

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