<%= Rails.application.class.parent_name %> :: Route Index

Below is a collection of controllers and their paths. Some paths may have multiple verbs associated with it (like a call that accepts both GET and POST requests).

<% @root.children.each do |klass| %>

<%= klass.controller.camelize %>

    <% klass.paths.each do |path, actions| %> <% struct = actions.values.first %>
  • <%= path %>
  • <% end %>
<% end %>