21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-16 23:48:38 +02:00
chexpire/config/routes.rb

5 lines
163 B
Ruby
Raw Normal View History

2018-05-23 10:32:04 +02:00
Rails.application.routes.draw do
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
2018-05-23 11:56:14 +02:00
root to: "pages#home"
2018-05-23 10:32:04 +02:00
end