1
0
Fork 0
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:
Pablo Herrero 2014-10-29 20:51:32 -03:00
parent c13ad2d1e2
commit 724db9eb62

View file

@ -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.
#