mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 07:28:41 -07:00
7 lines
211 B
Ruby
7 lines
211 B
Ruby
Rails.application.routes.draw do
|
|
resources :recipients
|
|
devise_for :users
|
|
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
|
|
|
|
root to: "welcome#index"
|
|
end
|