aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/templates/rescues/routing_error.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/action_controller/templates/rescues/routing_error.rhtml')
-rw-r--r--actionpack/lib/action_controller/templates/rescues/routing_error.rhtml8
1 files changed, 0 insertions, 8 deletions
diff --git a/actionpack/lib/action_controller/templates/rescues/routing_error.rhtml b/actionpack/lib/action_controller/templates/rescues/routing_error.rhtml
deleted file mode 100644
index 82c01e10c9..0000000000
--- a/actionpack/lib/action_controller/templates/rescues/routing_error.rhtml
+++ /dev/null
@@ -1,8 +0,0 @@
-<h1>Routing Error</h1>
-<p><%=h @exception.message %></p>
-<% unless @exception.failures.empty? %><p>
- <h2>Failure reasons:</h2>
- <% @exception.failures.each do |route, reason| %>
- <%=h route.inspect.gsub('\\', '') %> failed because <%=h reason.downcase %><br />
- <% end %>
-</p><% end %>