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
ActionMailer automatically generates class methods from the instance methods
user defined via method_missing. For example, `AccountMailer.welcome_mail`
will be generated from `AccountMail#welcome_mail` that is defined by users.
This starts to support signature generation for auto-generated class methods
for mailer classes dynamically.
0 commit comments