Flowdock
method

convert_to_legacy_options

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: ActionView::Helpers::FormBuilder
convert_to_legacy_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 2326
        def convert_to_legacy_options(options)
          if options.key?(:skip_id)
            options[:include_id] = !options.delete(:skip_id)
          end
        end
Register or log in to add new notes.