module FormBuilder
Ruby on Rails 7.1.6
Since v7.1.6Action Mailer Form Builder
Override the default form builder for all views rendered by this mailer and any of its descendants. Accepts a subclass of ActionView::Helpers::FormBuilder.
While emails typically will not include forms, this can be used by views that are shared between controllers and mailers.
For more information, see ActionController::FormBuilder.
Namespace
Modules
Extends
Methods (defined here)
Used by
Included by (1)
Methods (inherited)
From ActiveSupport::Concern (3)
- # class_methods
- # included
- # prepended