mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
be0bf10a3cf5783f8859f73659c5fe3c16bd1ccd
* In a real application, action_controller/railties.rb does AC::Base.include(app.routes.url_helpers)
* ActionController itself does not know about Rails.application, but instead can have named routes for any router
* SharedTestRoutes are created in abstract_unit to stand in for Rails.application.routes, and is used in
internal functional tests
Description
No description provided
Languages
Ruby
97.9%
CSS
1.5%
HTML
0.5%