aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/routes.rb
blob: 34afada9c95fcc938d202ac94f48bfac5c42d0e8 (plain) (blame)
1
2
3
4
5
# A singleton that stores the current route set
# ActionDispatch::Routing::Routes = ActionDispatch::Routing::RouteSet.new

# To preserve compatibility with pre-3.0 Rails action_controller/deprecated.rb
# defines ActionDispatch::Routing::Routes as an alias