image list first version
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user