Flowdock
method

instantiate_builder

Importance_0
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: CollectionHelpers
instantiate_builder(builder_class, item, value, text, html_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/tags/collection_helpers.rb, line 40
          def instantiate_builder(builder_class, item, value, text, html_options)
            builder_class.new(@template_object, @object_name, @method_name, item,
                              sanitize_attribute_name(value), text, value, html_options)
          end
Register or log in to add new notes.