Class: ActionDispatch::Routing::Mapper

Inherits:
Object
  • Object
show all
Defined in:
lib/spotlight/rails/routes.rb

Instance Method Summary collapse

Instance Method Details

#spotlight_rootObject



4
5
6
# File 'lib/spotlight/rails/routes.rb', line 4

def spotlight_root
  root to: "spotlight/default#index"
end