Skip to content

Commit

Permalink
Add new formatted catch all route to test app, which has been backpor…
Browse files Browse the repository at this point in the history
…ted to all rails 2.x
  • Loading branch information
ianwhite committed Feb 13, 2009
1 parent 0736202 commit ee4463f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/app.rb
Expand Up @@ -59,6 +59,7 @@
end

map.connect ':controller/:action/:id'
map.connect ':controller/:action/:id.:format'
end


Expand Down

0 comments on commit ee4463f

Please sign in to comment.