Class: Griddler::EmailsController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Griddler::EmailsController
- Defined in:
- app/controllers/griddler/emails_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
2 3 4 5 6 7 8 |
# File 'app/controllers/griddler/emails_controller.rb', line 2 def create normalized_params.each do |p| process_email Griddler::Email.new(p) end head :ok end |