Browse Source

change root route

menu-feature
Brigitte Warner 10 years ago
parent
commit
56704fd269
  1. 3
      config/routes.rb

3
config/routes.rb

@ -3,7 +3,8 @@ Velocipede::Application.routes.draw do
devise_for :users
netzke
root :to => 'site#index'
root :to => 'time_entries#new'
get 'admin/index', to: 'panel#index', as: "admin_index"
get 'bikes/new', to: 'bikes#new', as: "new_bike"

Loading…
Cancel
Save