Add reminder feature
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
Rails.application.routes.draw do
|
||||
resources :reminders
|
||||
devise_for :users
|
||||
# For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html
|
||||
root to: 'reminders#index'
|
||||
end
|
||||
|
Reference in New Issue
Block a user