<%= notice %>

<%= render @menu %>
<%= link_to "Edit this menu", edit_menu_path(@menu) %> | <%= link_to "Back to menus", menus_path %> <%= button_to "Destroy this menu", @menu, method: :delete %>