mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typo in form_helper.rb
This commit is contained in:
parent
f2ca5aa5c2
commit
065d3e061d
1 changed files with 1 additions and 1 deletions
|
@ -1173,7 +1173,7 @@ module ActionView
|
|||
# methods in the +FormHelper+ module. This class, however, allows you to
|
||||
# call methods with the model object you are building the form for.
|
||||
#
|
||||
# You can create your own custom FormBuilder templates by subclasses this
|
||||
# You can create your own custom FormBuilder templates by subclassing this
|
||||
# class. For example:
|
||||
#
|
||||
# class MyFormBuilder < ActionView::Helpers::FormBuilder
|
||||
|
|
Loading…
Reference in a new issue