You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented new way to call render in mailers. It allows to omit mailer name or mailer name and message name.
Example:
mailer :sample do
message :message2
render 'congrats' #=> renders from 'sample/congrats'
end
message :message1
render #=> renders from 'sample/message1'
end
end
Implemented new way to call render in mailers. It allows to omit mailer name or mailer name and message name.
Example:
padrino/padrino-framework@cc6fe63
ref: padrino/padrino-framework#1906
The text was updated successfully, but these errors were encountered: