summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-22 14:38:46 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-22 14:38:46 +0200
commit6893270420c13cf1a0af158cf3d4cc71cd7e2005 (patch)
tree74f4eb03ffa6d12c09ce22b468a4aafa7c10bc61 /config/routes.rb
parent2366af57461cd7e76028960a444672a3ce0c3634 (diff)
Retire nodes#recent, superseded by the action log
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 20602f77..6223a408 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -41,7 +41,6 @@ Cccms::Application.routes.draw do
41 get 'tags/:tags', action: :tags, as: :tags, constraints: { tags: /[^\/]+/ } 41 get 'tags/:tags', action: :tags, as: :tags, constraints: { tags: /[^\/]+/ }
42 get :parameterize_preview 42 get :parameterize_preview
43 get :drafts 43 get :drafts
44 get :recent
45 get :mine 44 get :mine
46 get :chapters 45 get :chapters
47 get :sitemap 46 get :sitemap