<% page_title "Rails Routes" %> <% content_for :functions do %>

<%=h page_title %>

<% end %>
<% form_tag cms_routes_path, :method => :get do %> <% unless @route.blank? %>
<%=h @route.inspect %>
<% end %> <% end %>
<% for route in @routes %><% end %>
Name
Verb
Pattern
Result
<%=h route[:name] %> <%=h route[:verb] %> <%=h route[:segs] %> <%=h route[:reqs] %>