2 3 4 5
# File 'app/controllers/griddler/emails_controller.rb', line 2 def create Griddler::Email.new(params).process head :ok end