diff options
Diffstat (limited to 'railties/doc/guides/routing')
-rw-r--r-- | railties/doc/guides/routing/routing_outside_in.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/railties/doc/guides/routing/routing_outside_in.txt b/railties/doc/guides/routing/routing_outside_in.txt index bc08b107cf..415ab92f34 100644 --- a/railties/doc/guides/routing/routing_outside_in.txt +++ b/railties/doc/guides/routing/routing_outside_in.txt @@ -835,4 +835,10 @@ The +assert_routing+ assertion checks the route both ways: it tests that the pat [source, ruby] ------------------------------------------------------- assert_routing { :path => "photos", :method => :post }, { :controller => "photos", :action => "create" } --------------------------------------------------------
\ No newline at end of file +------------------------------------------------------- + +== Changelog == + +http://rails.lighthouseapp.com/projects/16213-rails-guides/tickets/3[Lighthouse ticket] + +* September 10, 2008: initial version by link:../authors.html#mgunderloy[Mike Gunderloy] |