instance method
objectify_options
Ruby on Rails 6.0.6
Since v3.0.20 PrivateSignature
objectify_options(options)
No documentation comment.
Parameters
-
optionsreq
Source
# File actionview/lib/action_view/helpers/form_helper.rb, line 2482
def objectify_options(options)
@default_options.merge(options.merge(object: @object))
end
Defined in actionview/lib/action_view/helpers/form_helper.rb line 2482
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Helpers::FormBuilder