Class: Conductor::ActionMailbox::InboundEmails::SourcesController

Inherits:
Rails::Conductor::BaseController
  • Object
show all
Defined in:
actionmailbox/app/controllers/rails/conductor/action_mailbox/inbound_emails/sources_controller.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#createObject



10
11
12
13
# File 'actionmailbox/app/controllers/rails/conductor/action_mailbox/inbound_emails/sources_controller.rb', line 10

def create
  inbound_email = ActionMailbox::InboundEmail.create_and_extract_message_id! params[:source]
  redirect_to main_app.rails_conductor_inbound_email_url(inbound_email)
end

#newObject



7
8
# File 'actionmailbox/app/controllers/rails/conductor/action_mailbox/inbound_emails/sources_controller.rb', line 7

def new
end