aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/templates/rails/info/routes.html.erb
blob: 2d8a1909868c7e21021f30b708342c357b634653 (plain) (blame)
1
2
3
4
5
6
7
8
9
<h2>
  Routes
</h2>

<p>
  Routes match in priority from top to bottom
</p>

<%= @routes_inspector.format(ActionDispatch::Routing::HtmlTableFormatter.new(self)) %>