mirror of
https://github.com/oonyeje/Pearlception_Website_RoR.git
synced 2025-12-25 03:37:40 +00:00
6 lines
182 B
Ruby
6 lines
182 B
Ruby
Rails.application.routes.draw do
|
|
root "dashboard#index"
|
|
resources :runs
|
|
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
|
|
end
|