Experiment with a simple form builder

This commit is contained in:
2020-04-09 14:15:19 +02:00
parent d485b1e62e
commit fd9eddedfc
3 changed files with 13 additions and 27 deletions

View File

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