This commit is contained in:
Nicolas Bally 2020-02-03 20:45:58 +01:00
parent 0771340c1b
commit 46def87707

View File

@ -29,7 +29,7 @@ class GeneralMailer < ActionMailer::Base
def new_send_qi_mail(options = {}) def new_send_qi_mail(options = {})
mail to: options[:to], :subject => "[KapsMe] "+options[:subject] do |format| mail to: options[:to], :subject => options[:subject] do |format|
format.html { render :inline => options[:body] } format.html { render :inline => options[:body] }
end end