about summary refs log tree commit diff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2020-03-08 16:00:24 +0100
committerGitHub <noreply@github.com>2020-03-08 16:00:24 +0100
commit2423d2f6772da39c0a76612dd2be299c445eb9f8 (patch)
treee9d0aa81170f7d780bf6ed56a0008b2c0ba1444c /config/routes.rb
parent4063f9f27805de0a12904071e521094122b9f725 (diff)
Add ability to delete files uploaded for settings in admin UI (#13192)
* Allow deleting site uploads

* Refactor and move links into hints

* Fix i18n tests

* Fix HTML output of site_upload_delete_hint
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index c22efc1e1..2de31e2db 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -186,6 +186,7 @@ Rails.application.routes.draw do
     end
 
     resource :settings, only: [:edit, :update]
+    resources :site_uploads, only: [:destroy]
 
     resources :invites, only: [:index, :create, :destroy] do
       collection do