diff options
author | Ray Baxter <ray.baxter@gmail.com> | 2011-07-17 09:07:18 -0700 |
---|---|---|
committer | Ray Baxter <ray.baxter@gmail.com> | 2011-07-17 09:07:18 -0700 |
commit | a92780e72a45bbafc9e24c429d83bfc13c7afaaf (patch) | |
tree | fd61f90d5f0d88f5fc9cdfa166f21cfaf6b8bf60 /actionpack | |
parent | 10c2132cbd17eab8126d736958fecf8668ca3e95 (diff) | |
download | rails-a92780e72a45bbafc9e24c429d83bfc13c7afaaf.tar.gz rails-a92780e72a45bbafc9e24c429d83bfc13c7afaaf.tar.bz2 rails-a92780e72a45bbafc9e24c429d83bfc13c7afaaf.zip |
use correct in description
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/action_view/helpers/form_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/form_helper.rb b/actionpack/lib/action_view/helpers/form_helper.rb index 3a30263b49..3a430abcdf 100644 --- a/actionpack/lib/action_view/helpers/form_helper.rb +++ b/actionpack/lib/action_view/helpers/form_helper.rb @@ -233,7 +233,7 @@ module ActionView # <% end %> # # If your resource has associations defined, for example, you want to add comments - # to the post given that the routes are set correctly: + # to the document given that the routes are set correctly: # # <%= form_for([@document, @comment]) do |f| %> # ... |