<%= notice %>

<%= alert %>

Listing Resources

<% @resources.each do |resource| %> <% end %>
Name
<%= resource.name %> <%= link_to 'Show', resource_path(resource.id) %>

<%= link_to 'Generate All Resources', generate_resources_and_actions_resources_path %>