Class: Griddler::EmailsController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/griddler/emails_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



4
5
6
7
8
9
10
# File 'app/controllers/griddler/emails_controller.rb', line 4

def create
  normalized_params.each do |p|
    process_email email_class.new(p)
  end

  head :ok
end