method

_object_for_form_builder

Importance_0
v7.1.3.4 - Show latest stable - 0 notes - Class: ActionView::Helpers::FormHelper
_object_for_form_builder(object) public

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 1586
      def _object_for_form_builder(object) # :nodoc:
        object.is_a?(Array) ? object.last : object
      end
Register or log in to add new notes.