module ActionView
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.