Skip to content

Conversation

tk0miya
Copy link
Collaborator

@tk0miya tk0miya commented Sep 3, 2023

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.

@tk0miya tk0miya force-pushed the action_mailer branch 2 times, most recently from 87e1322 to 135194c Compare February 10, 2024 15:38
@tk0miya
Copy link
Collaborator Author

tk0miya commented Feb 12, 2024

Now rebased on #274 .

@tk0miya tk0miya force-pushed the action_mailer branch 2 times, most recently from 9ea0e92 to f7a4cfd Compare November 10, 2024 15:31
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant