method
objectify_options
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
objectify_options(options)
private
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