This commit is contained in:
Jorge Manrubia
2025-09-10 09:38:18 +02:00
parent 2752cd80b1
commit 4cb090a23d
+1 -2
View File
@@ -60,11 +60,10 @@ Rails.application.routes.draw do
scope module: :notifications do
get "tray", to: "trays#show", on: :collection
resource :reading, only: %i[ create destroy ]
collection do
resource :bulk_reading, only: :create
end
resource :reading, only: %i[ create destroy ]
end
end