<%= notice %>

Actions

<% @actions.each do |action| %> <%= render action %>

<%= link_to "Show this action", action %>

<% end %>
<%= link_to "New action", new_action_path %>