summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-17 23:14:17 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-17 23:14:17 +0200
commit5dced8b4b624aabf4215ba21b13957080345c326 (patch)
tree70afdbd65f28309da76b60e084aad05776ec1881 /config
parent2748dc23be86eeb1e4f5e155b8f2191245bb5f5c (diff)
Route and control trash, restore, and permanent deletion
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index c2b95900..16145c53 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -53,6 +53,8 @@ Cccms::Application.routes.draw do
53 put :revoke_shared_preview 53 put :revoke_shared_preview
54 put :autosave 54 put :autosave
55 put :revert 55 put :revert
56 put :trash
57 put :restore_from_trash
56 end 58 end
57 59
58 resources :translations, controller: 'page_translations', 60 resources :translations, controller: 'page_translations',