aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source
diff options
context:
space:
mode:
authorRajinder Yadav <devguy.ca@gmail.com>2010-11-09 04:34:32 -0500
committerRajinder Yadav <devguy.ca@gmail.com>2010-11-09 04:34:32 -0500
commit4e074c7cc64a5f6d9f93f7782a0cdd1d50652403 (patch)
tree04c336668475ad5b2e59ab5be8fd84993c0a6dea /railties/guides/source
parent26d314ed6a678e3af38d4caa3483f11f36061333 (diff)
downloadrails-4e074c7cc64a5f6d9f93f7782a0cdd1d50652403.tar.gz
rails-4e074c7cc64a5f6d9f93f7782a0cdd1d50652403.tar.bz2
rails-4e074c7cc64a5f6d9f93f7782a0cdd1d50652403.zip
added missing word to clear up meaning in my previous commit
Diffstat (limited to 'railties/guides/source')
-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 3b7cd2a7ab..52c8a752f6 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 path "/search" will be handled by action "search" belonging to controller "search".
+TIP: +search_path+ can be a named route specified in "routes.rb" as: <br /><code>match "search" => "search"</code> This declares that path "/search" will be handled by action "search" belonging to controller "search".
The above view code will result in the following markup: