From a8f4cd36b0f7d8f13a96a28da090a628b6187fa3 Mon Sep 17 00:00:00 2001 From: Clemens Kofler Date: Sat, 13 Sep 2008 13:52:48 +0200 Subject: Fixed a typo in the routing guide. --- railties/doc/guides/routing/routing_outside_in.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/doc/guides/routing/routing_outside_in.txt') diff --git a/railties/doc/guides/routing/routing_outside_in.txt b/railties/doc/guides/routing/routing_outside_in.txt index 1a4b1a9530..cd7f4c3b8e 100644 --- a/railties/doc/guides/routing/routing_outside_in.txt +++ b/railties/doc/guides/routing/routing_outside_in.txt @@ -4,7 +4,7 @@ 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 purpose of routing -* Decipher the code in +routing.rb+ +* Decipher the code in +routes.rb+ * Construct your own routes, using either the classic hash style or the now-preferred RESTful style * Identify how a route will map to a controller and action -- cgit v1.2.3