Class: E9Crm::CampaignSubclassController
- Inherits:
-
ResourcesController
- Object
- AdminController
- BaseController
- ResourcesController
- E9Crm::CampaignSubclassController
- Defined in:
- app/controllers/e9_crm/campaign_subclass_controller.rb
Direct Known Subclasses
AdvertisingCampaignsController, AffiliateCampaignsController, EmailCampaignsController, SalesCampaignsController
Instance Method Summary collapse
Methods inherited from ResourcesController
Instance Method Details
#create ⇒ Object
7 8 9 |
# File 'app/controllers/e9_crm/campaign_subclass_controller.rb', line 7 def create create! { parent_redirect_path } end |
#update ⇒ Object
3 4 5 |
# File 'app/controllers/e9_crm/campaign_subclass_controller.rb', line 3 def update update! { parent_redirect_path } end |