mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
5 lines
88 B
Ruby
5 lines
88 B
Ruby
Rails.application.routes.draw do
|
|
root to: 'static_pages#home'
|
|
devise_for :users
|
|
end
|