Class: MailyHerald::Webui::SequenceMailingsController
- Inherits:
-
MailingsController
- Object
- ActionController::Base
- ApplicationController
- ResourcesController
- DispatchesController
- MailingsController
- MailyHerald::Webui::SequenceMailingsController
- Defined in:
- app/controllers/maily_herald/webui/sequence_mailings_controller.rb
Instance Method Summary collapse
Methods inherited from MailingsController
Methods inherited from DispatchesController
#archived, #destroy, #index, #toggle, #update_form
Methods inherited from ResourcesController
#destroy, #edit, #index, #show, #update
Methods inherited from ApplicationController
Methods included from MenuManager::ControllerExtensions
Methods included from Breadcrumbs::ControllerExtensions
Instance Method Details
#create ⇒ Object
13 14 15 16 17 |
# File 'app/controllers/maily_herald/webui/sequence_mailings_controller.rb', line 13 def create super do |mailing| mailing.sequence = @sequence end end |
#new ⇒ Object
8 9 10 11 |
# File 'app/controllers/maily_herald/webui/sequence_mailings_controller.rb', line 8 def new super @item.sequence = @sequence end |