allow to make form field optional
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ Rails.application.routes.draw do
|
||||
resources :submissions, only: %i[index new create]
|
||||
end
|
||||
|
||||
resources :start_form, only: %i[show update], path: 't', param: 'slug' do
|
||||
resources :start_form, only: %i[show update], path: 'd', param: 'slug' do
|
||||
get :completed
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user