Skip to content

Commit

Permalink
Merge pull request #12568 from adamyonk/patch-1
Browse files Browse the repository at this point in the history
Fix typo in form_helper.rb
  • Loading branch information
rafaelfranca committed Oct 16, 2013
2 parents f2ca5aa + 065d3e0 commit 4fdde75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionview/lib/action_view/helpers/form_helper.rb
Expand Up @@ -1173,7 +1173,7 @@ def default_form_builder
# methods in the +FormHelper+ module. This class, however, allows you to # methods in the +FormHelper+ module. This class, however, allows you to
# call methods with the model object you are building the form for. # 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. For example:
# #
# class MyFormBuilder < ActionView::Helpers::FormBuilder # class MyFormBuilder < ActionView::Helpers::FormBuilder
Expand Down

0 comments on commit 4fdde75

Please sign in to comment.