module
ActionView::Helpers::FormTagHelper
rails latest stable
Action View Form Tag Helpers
Provides a number of methods for creating form tags that don’t rely on an Active Record object assigned to the template like FormHelper does. Instead, you provide the names and values manually.
NOTE: The HTML options disabled, readonly, and multiple can all be treated as booleans. So specifying disabled: true will give disabled="disabled".
Included modules
- ActionView::Helpers::ContentExfiltrationPreventionHelper
- ActionView::Helpers::TextHelper
- ActionView::Helpers::UrlHelper
Files
- actionview/lib/action_view/helpers/form_tag_helper.rb