Skip to content

Commit f212f77

Browse files
remove the routes for custom images and files (for now)
1 parent 530281e commit f212f77

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

config/routes.rb

-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,4 @@
22
namespace :admin do
33
resource :editor_settings, :only => ['show', 'update', 'edit']
44
end
5-
6-
resources :content_images, :only => [:create]
7-
resources :content_files, :only => [:create]
85
end

0 commit comments

Comments
 (0)