mirror of
https://github.com/oonyeje/Pearlception_Website_RoR.git
synced 2025-12-25 11:47:41 +00:00
Conflicts: Pearlception/app/views/layouts/application.html.erb Pearlception/config/routes.rb
7 lines
254 B
Ruby
7 lines
254 B
Ruby
Rails.application.routes.draw do
|
|
devise_for :users, :controllers => { registrations: 'registrations' }
|
|
|
|
root "dashboard#index"
|
|
resources :runs
|
|
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
|
|
end |