adding rugged, starting changes controller

This commit is contained in:
2022-12-03 19:26:53 +02:00
parent ecaf0eb587
commit d7f55540b3
9 changed files with 43 additions and 19 deletions

View File

@ -1,6 +1,8 @@
Merged::Engine.routes.draw do
get "/styles/index" , to: "styles#index"
get 'changes/index'
get "styles/index"
resources :pages , except: [:show] , shallow: true do
resources :sections do
get :select_image