Class: ActionDispatch::Routing::Mapper
- Inherits:
-
Object
- Object
- ActionDispatch::Routing::Mapper
- Defined in:
- lib/rails/routes.rb
Instance Method Summary collapse
Instance Method Details
#mount_rails_db_routes(options = {}) ⇒ Object
3 4 5 |
# File 'lib/rails/routes.rb', line 3 def mount_rails_db_routes( = {}) mount RailsDb::Engine => '/rails/db', :as => [:as] || 'rails_db' end |