aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/templates/rescues/routing_error.rhtml
blob: 82c01e10c9b935f9fe9ee23a7a43560d768a36e2 (plain) (blame)
1
2
3
4
5
6
7
8
<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 %>