summaryrefslogtreecommitdiff
path: root/app/views/menu_items/delete.html.erb
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-30 13:43:26 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-30 13:43:26 +0200
commitad410b963369ec6b55526401c3873e6076b18b5f (patch)
treebbf3bef14e0646c7db212274dc3e656771881659 /app/views/menu_items/delete.html.erb
parent5ef13e5aa5ea565b07441616ab1eece565aa2f53 (diff)
Retire the unroutable scaffold views
Nine generator leftovers for actions that either do not exist or never render HTML. menu_items/show goes with its route and its action, since deleting the template alone would turn a dead page into a missing-template error; pages_controller has only #preview, so its four CRUD views were unreachable by any route; and nodes#update redirects on every path.
Diffstat (limited to 'app/views/menu_items/delete.html.erb')
-rw-r--r--app/views/menu_items/delete.html.erb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/menu_items/delete.html.erb b/app/views/menu_items/delete.html.erb
deleted file mode 100644
index 762b16ef..00000000
--- a/app/views/menu_items/delete.html.erb
+++ /dev/null
@@ -1,2 +0,0 @@
1<h1>MenuItems#delete</h1>
2<p>Find me in app/views/menu_items/delete.html.erb</p>