1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

added missing space and minor rewording

This commit is contained in:
Rajinder Yadav 2010-11-08 03:58:19 -05:00
parent 4d5807bcd5
commit e135f13f50

View file

@ -67,7 +67,7 @@ A basic search form
<% end %> <% end %>
</erb> </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: The above view code will result in the following markup: