Class: Conductor::ActionMailbox::InboundEmails::SourcesController
- Inherits:
-
Rails::Conductor::BaseController
- Object
- Rails::Conductor::BaseController
- Conductor::ActionMailbox::InboundEmails::SourcesController
- Defined in:
- app/controllers/rails/conductor/action_mailbox/inbound_emails/sources_controller.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
10 11 12 13 |
# File 'app/controllers/rails/conductor/action_mailbox/inbound_emails/sources_controller.rb', line 10 def create inbound_email = ActionMailbox::InboundEmail. params[:source] redirect_to main_app.rails_conductor_inbound_email_url(inbound_email) end |
#new ⇒ Object
7 8 |
# File 'app/controllers/rails/conductor/action_mailbox/inbound_emails/sources_controller.rb', line 7 def new end |