rails/actionmailer/test/fixtures/form_builder_mailer
Alex Ghiculescu 9a2cf33f21
Introduce ActionMailer::FormBuilder
Fixes https://github.com/rails/rails/issues/48477

Using forms inside emails is not common, but it's possible, and it's also possible to share views between controllers and mailers. Currently if a controller sets a `default_form_builder` that's different from the global config, mailers that use the same views will not default to the same `FormBuilder`. To fix this, this PR adds a `default_form_builder` method for mailers that does the same thing as its controller sibling.
2023-09-25 20:33:22 +00:00
..
welcome.html.erb Introduce ActionMailer::FormBuilder 2023-09-25 20:33:22 +00:00