moving sections up and down
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
Merged::Engine.routes.draw do
|
||||
|
||||
get "/styles/index" , to: "styles#index"
|
||||
resources :pages , shallow: true do
|
||||
resources :pages , except: [:show] , shallow: true do
|
||||
resources :sections do
|
||||
get :select_image
|
||||
get :set_image
|
||||
@ -9,6 +9,7 @@ Merged::Engine.routes.draw do
|
||||
get :set_template
|
||||
get :select_card_template
|
||||
get :set_card_template
|
||||
get :move
|
||||
resources :cards do
|
||||
get :select_image
|
||||
get :set_image
|
||||
|
Reference in New Issue
Block a user