Sha256: a32c7177262d62d595c0f7f15bc00775b149f85b3ab225d5e1e480287fd7fd1b
Contents?: true
Size: 192 Bytes
Versions: 2
Compression:
Stored size: 192 Bytes
Contents
module Meyasubako class MeyasubakoController < ActionController::Base def create MeyasubakoMailer.email(params[:content]).deliver_now render nothing: true end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
meyasubako-0.1.0 | app/controllers/meyasubako/meyasubako_controller.rb |
meyasubako-0.0.1 | app/controllers/meyasubako/meyasubako_controller.rb |