Froze rails gems
[depot.git] / vendor / rails / actionpack / lib / action_controller / templates / rescues / routing_error.erb
1 <h1>Routing Error</h1>
2 <p><pre><%=h @exception.message %></pre></p>
3 <% unless @exception.failures.empty? %><p>
4 <h2>Failure reasons:</h2>
5 <ol>
6 <% @exception.failures.each do |route, reason| %>
7 <li><code><%=h route.inspect.gsub('\\', '') %></code> failed because <%=h reason.downcase %></li>
8 <% end %>
9 </ol>
10 </p><% end %>