scheduled_reminders/config/routes.rb

5 lines
160 B
Ruby
Raw Normal View History

2020-02-12 13:02:03 +01:00
Rails.application.routes.draw do
2020-02-12 13:26:25 +01:00
devise_for :users
2020-02-12 13:02:03 +01:00
# For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html
end