Forms edit content

This commit is contained in:
2020-04-26 18:49:40 +02:00
parent d733468abe
commit 8fb3fb7175
12 changed files with 201 additions and 17 deletions

View File

@@ -2,7 +2,10 @@ Rails.application.routes.draw do
# For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html
resources :forms do
member { get :form }
member do
get :form
get :setup
end
resources :submissions
end
# short link for submission file uploads