method

default_form_builder_class

default_form_builder_class()
private

No documentation available.

# File actionview/lib/action_view/helpers/form_helper.rb, line 1213
        def default_form_builder_class
          builder = ActionView::Base.default_form_builder
          builder.respond_to?(:constantize) ? builder.constantize : builder
        end