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:
parent
4d5807bcd5
commit
e135f13f50
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue