We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0753a2 commit cfc7b7dCopy full SHA for cfc7b7d
config/routes.rb
@@ -2,11 +2,16 @@
2
# temporary direct routes to images for migration audit
3
resources :attachments, only: [ :show ]
4
resources :media_files, only: [ :show ]
5
- namespace :images do
+ namespace :assets do
6
resources :primary_assets, only: [ :show ]
7
resources :gallery_assets, only: [ :show ]
8
resources :rich_texts, only: [ :show ]
9
end
10
+ namespace :images do
11
+ resources :primary_images, only: [ :show ]
12
+ resources :gallery_images, only: [ :show ]
13
+ resources :rich_texts, only: [ :show ]
14
+ end
15
resources :images, only: [ :show ]
16
17
# mount Ckeditor::Engine, at: '/admin/ckeditor', as: 'ckeditor'
0 commit comments