Class: Chaskiq::CampaignsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Chaskiq::CampaignsController
- Defined in:
- app/controllers/chaskiq/campaigns_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
#authentication_method, #get_referrer
Instance Method Details
#find_campaign ⇒ Object
13 14 15 |
# File 'app/controllers/chaskiq/campaigns_controller.rb', line 13 def find_campaign @campaign = Chaskiq::Campaign.find(params[:id]) end |
#show ⇒ Object
10 11 |
# File 'app/controllers/chaskiq/campaigns_controller.rb', line 10 def show end |