<%= notice %>

<%= render @action %>
<%= link_to "Edit this action", edit_action_path(@action) %> | <%= link_to "Back to actions", actions_path %> <%= button_to "Destroy this action", @action, method: :delete %>