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
e6331b1e97
rails--rails
/
railties
/
lib
/
rails
/
info_routes.rb
4 lines
97 B
Ruby
Raw
Normal View
History
Unescape
Escape
Avoid calls to Rails::Application since this is not the official API. Your application should *always* reference your application const (as Blog::Application) and Rails.application should be used just internally.
2010-07-01 11:07:48 -04:00
Rails
.
application
.
routes
.
draw
do
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