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

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

Instance Method Summary collapse

Instance Method Details

#createObject



8
9
10
11
# File 'app/controllers/rails/conductor/action_mailbox/inbound_emails/sources_controller.rb', line 8

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



5
6
# File 'app/controllers/rails/conductor/action_mailbox/inbound_emails/sources_controller.rb', line 5

def new
end