style overview, sections only for now

This commit is contained in:
2022-11-29 15:57:10 +02:00
parent 4136eaf282
commit 15ef3c34fd
12 changed files with 105 additions and 6 deletions

View File

@@ -1,9 +1,12 @@
Merged::Engine.routes.draw do
get "/styles/index" , to: "styles#index"
resources :pages do
resources :sections do
get :select_image
get :set_image
get :select_template
get :set_template
end
end
resources :images