Flowdock
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 actionpack/lib/action_view/helpers/form_helper.rb, line 1413
        def objectify_options(options)
          @default_options.merge(options.merge(:object => @object))
        end
Register or log in to add new notes.