Sha256: 33748fd8ad2cb286885214e734f7bed958602765064a7e46892d673bcc3710c8

Contents?: true

Size: 288 Bytes

Versions: 4

Compression:

Stored size: 288 Bytes

Contents

<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 %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
actionpack-1.5.0 lib/action_controller/templates/rescues/routing_error.rhtml
actionpack-1.5.1 lib/action_controller/templates/rescues/routing_error.rhtml
actionpack-1.7.0 lib/action_controller/templates/rescues/routing_error.rhtml
actionpack-1.6.0 lib/action_controller/templates/rescues/routing_error.rhtml