Class: Refinery::Core::DefaultRoute
- Inherits:
-
Object
- Object
- Refinery::Core::DefaultRoute
- Defined in:
- lib/refinery/core/default_route.rb
Class Method Summary collapse
Class Method Details
.load ⇒ Object
6 7 8 9 10 11 12 |
# File 'lib/refinery/core/default_route.rb', line 6 def load Refinery::Core::Engine.routes.draw do namespace :admin, :path => Refinery::Core.backend_route do root :to => ::Refinery::Plugins.registered..first.url end end end |