mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typo at form_helper docs [ci skip]
This commit is contained in:
parent
c13ad2d1e2
commit
724db9eb62
1 changed files with 2 additions and 2 deletions
|
@ -1231,8 +1231,8 @@ module ActionView
|
|||
# end
|
||||
#
|
||||
# The above code creates a new method +div_radio_button+ which wraps a div
|
||||
# around the a new radio button. Note that when options are passed in, you
|
||||
# must called +objectify_options+ in order for the model object to get
|
||||
# around the new radio button. Note that when options are passed in, you
|
||||
# must call +objectify_options+ in order for the model object to get
|
||||
# correctly passed to the method. If +objectify_options+ is not called,
|
||||
# then the newly created helper will not be linked back to the model.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue