remove unneeded before_filter
This commit is contained in:
parent
3a4a960fe8
commit
3c88cce5cd
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ class CampaignsController < ApplicationController
|
||||||
helper_method :current_campaign_editor?
|
helper_method :current_campaign_editor?
|
||||||
before_filter :authenticate_confirmed_user!, only: [:create, :name_and_id, :duplicate]
|
before_filter :authenticate_confirmed_user!, only: [:create, :name_and_id, :duplicate]
|
||||||
before_filter :authenticate_campaign_editor!, only: [:update, :soft_delete]
|
before_filter :authenticate_campaign_editor!, only: [:update, :soft_delete]
|
||||||
before_filter :authenticate_nonprofit_user!, only: [:create_via_template]
|
|
||||||
before_filter :check_nonprofit_status, only: [:index, :show]
|
before_filter :check_nonprofit_status, only: [:index, :show]
|
||||||
|
|
||||||
def index
|
def index
|
||||||
|
|
Loading…
Reference in a new issue