Class: Meyasubako::MeyasubakoController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Meyasubako::MeyasubakoController
- Defined in:
- app/controllers/meyasubako/meyasubako_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
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 |