forms as sections with cards, error and app handling

This commit is contained in:
2022-12-09 17:16:26 +02:00
parent 658efe8e53
commit 97ed318696
8 changed files with 103 additions and 7 deletions

View File

@@ -4,6 +4,8 @@ Merged::Engine.routes.draw do
post 'changes/commit'
get "styles/index"
post 'form/sendit'
resources :pages , except: [:show , :new] , shallow: true do
resources :sections do
get :select_image