objectify_options(options) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionview/lib/action_view/helpers/form_helper.rb, line 2670 def objectify_options(options) result = @default_options.merge(options) result[:object] = @object result end
Register or log in to add new notes.