Class: Meyasubako::MeyasubakoController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/meyasubako/meyasubako_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



3
4
5
6
7
# File 'app/controllers/meyasubako/meyasubako_controller.rb', line 3

def create
  MeyasubakoMailer.email(params[:content]).deliver_now

  render nothing: true
end