image list first version

This commit is contained in:
2022-11-24 15:44:31 +02:00
parent dfbab99ca7
commit 43a759cec4
4 changed files with 44 additions and 0 deletions

View File

@ -1,5 +1,9 @@
Rails.application.routes.draw do
namespace :cms do
resources :image
end
get 'pages/:id' , to: 'high_voltage/pages#show', id: 'index'
# root to: 'high_voltage/pages#show', id: 'index'