add submission.completed

This commit is contained in:
Pete Matsyburka
2024-08-13 00:27:40 +03:00
parent 7bc8e194df
commit 534c3a2e10
4 changed files with 121 additions and 8 deletions
+1
View File
@@ -49,6 +49,7 @@ Rails.application.routes.draw do
end
scope 'events' do
resources :form_events, only: %i[index], path: 'form/:type'
resources :submission_events, only: %i[index], path: 'submission/:type'
end
end