Split routes into small files for easier customization (#1852)
This commit is contained in:
5
config/routes/notification.rb
Normal file
5
config/routes/notification.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
resources :notifications, only: [:index, :show] do
|
||||
put :mark_all_as_read, on: :collection
|
||||
end
|
||||
|
||||
resources :proposal_notifications, only: [:new, :create, :show]
|
||||
Reference in New Issue
Block a user