aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorRajinder Yadav <devguy.ca@gmail.com>2010-11-08 03:58:19 -0500
committerRajinder Yadav <devguy.ca@gmail.com>2010-11-08 03:58:19 -0500
commite135f13f50319fdce660627972089d49363029ca (patch)
treea5cb2859f5a794b0259dad3cb891a7da96390a7b /railties
parent4d5807bcd5bd57e96ea7f9981dae9913289a078d (diff)
downloadrails-e135f13f50319fdce660627972089d49363029ca.tar.gz
rails-e135f13f50319fdce660627972089d49363029ca.tar.bz2
rails-e135f13f50319fdce660627972089d49363029ca.zip
added missing space and minor rewording
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/form_helpers.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/form_helpers.textile b/railties/guides/source/form_helpers.textile
index 341d4b1c27..b38b134b61 100644
--- a/railties/guides/source/form_helpers.textile
+++ b/railties/guides/source/form_helpers.textile
@@ -67,7 +67,7 @@ A basic search form
<% end %>
</erb>
-TIP: +search_path+ can be a named route specified in "routes.rb" as: <br /><code>match "search" => "search"</code>This declares for path "/search" to call action "search" from controller "search".
+TIP: +search_path+ can be a named route specified in "routes.rb" as: <br /><code>match "search" => "search"</code> This declares path "/search" will be handled by action "search" belonging to controller "search".
The above view code will result in the following markup: