Module: ActionView

Defined in:
lib/action_view/helpers/form_builder.rb

Overview

This just adds a method to the FormBuilder which renders a “section” and passes in a few things:

  • f (which is the FormBuilder itself)

  • record (the object that the form builder is for)

  • extra (a block containing extra stuff to render)

The section partial has to exist.

Defined Under Namespace

Modules: Helpers