This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
9869ee77cd
rails--rails
/
railties
/
lib
/
rails
/
info_routes.rb
4 lines
103 B
Ruby
Raw
Normal View
History
Unescape
Escape
Remove references to ActionDispatch::Routing::Routes in favor of Rails.appication.routes.
2010-02-23 20:56:28 -05:00
Rails
.
application
.
routes
.
draw
do
|
map
|
Make /rails/info/properties work again. Also, the mocked up tests were passing so we added a test that actually tested this functionality.
2009-12-23 19:26:10 -05:00
match
'/rails/info/properties'
=
>
"
rails/info
#
properties
"
Use ActionDispatch::Routing everywhere
2010-02-21 11:21:25 -05:00
end
Copy permalink