Fix typo in Campaign Template Controller
This commit is contained in:
parent
652e808239
commit
7d1424e22c
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later
|
||||
module Nonprofits
|
||||
class CampaignTemplatesController < ApplicationController
|
||||
include NonprofitHelper
|
||||
include Controllers::NonprofitHelper
|
||||
|
||||
before_filter :authenticate_nonprofit_admin!, only: :create
|
||||
before_filter :authenticate_nonprofit_user!, only: [:index, :show]
|
||||
|
|
Loading…
Reference in a new issue