Sha256: be9e35b0e26dca5898b92cd5f76fcc56d692518ca25fe2a8f689d2be96ccd48f
Contents?: true
Size: 331 Bytes
Versions: 1
Compression:
Stored size: 331 Bytes
Contents
<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 %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
exceptron-0.0.2 | lib/exceptron/views/exceptron/local_exceptions/routing_error.erb |