Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Changed code style that was incorrectly rendering block style instead…
… of inline.
  • Loading branch information
bobbywilson0 committed Jul 22, 2010
1 parent 919eb20 commit 4ed9bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/guides/source/routing.textile
Expand Up @@ -3,7 +3,7 @@ h2. Rails Routing from the Outside In
This guide covers the user-facing features of Rails routing. By referring to this guide, you will be able to:

* Understand the code in +routes.rb+
* Construct your own routes, using either the preferred resourceful style or with the @match@ method
* Construct your own routes, using either the preferred resourceful style or with the <tt>match</tt> method
* Identify what parameters to expect an action to receive
* Automatically create paths and URLs using route helpers
* Use advanced techniques such as constraints and Rack endpoints
Expand Down

0 comments on commit 4ed9bd6

Please sign in to comment.