Class: Chaskiq::CampaignsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/chaskiq/campaigns_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#authentication_method, #get_referrer

Instance Method Details

#find_campaignObject



13
14
15
# File 'app/controllers/chaskiq/campaigns_controller.rb', line 13

def find_campaign
  @campaign = Chaskiq::Campaign.find(params[:id])
end

#showObject



10
11
# File 'app/controllers/chaskiq/campaigns_controller.rb', line 10

def show
end