mirror of
https://github.com/github/rails.git
synced 2026-02-15 08:36:04 -05:00
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1048 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
11 lines
329 B
Plaintext
11 lines
329 B
Plaintext
<h1>Routing Error</h1>
|
|
<p><pre><%=h @exception.message %></pre></p>
|
|
<% unless @exception.failures.empty? %><p>
|
|
<h2>Failure reasons:</h2>
|
|
<ol>
|
|
<% @exception.failures.each do |route, reason| %>
|
|
<li><code><%=h route.inspect.gsub('\\', '') %></code> failed because <%=h reason.downcase %></li>
|
|
<% end %>
|
|
</ol>
|
|
</p><% end %>
|