diff options
author | Hendy Tanata <htanata@gmail.com> | 2011-07-17 00:16:40 +0800 |
---|---|---|
committer | Hendy Tanata <htanata@gmail.com> | 2011-07-17 00:49:48 +0800 |
commit | 7b619f1d7b3d261918592d4a9144d4a5d335d4b0 (patch) | |
tree | 0c62069b5706a73bbcf2ce5442bc67fcf3227529 /railties/lib/rails/generators/test_unit | |
parent | 193e4de20646a025bf6dd3f90d1f9a53edb1cecf (diff) | |
download | rails-7b619f1d7b3d261918592d4a9144d4a5d335d4b0.tar.gz rails-7b619f1d7b3d261918592d4a9144d4a5d335d4b0.tar.bz2 rails-7b619f1d7b3d261918592d4a9144d4a5d335d4b0.zip |
Improve formatting of route to Rack application in rake routes.
This route:
match 'foo/:id' => RackApp, :id => /[A-Z]\d{5}/
is shown as:
/foo/:id(.:format) RackApp {:id=>/[A-Z]\d{5}/}
Diffstat (limited to 'railties/lib/rails/generators/test_unit')
0 files changed, 0 insertions, 0 deletions