Listing commands

<% @commands.each do |command| %> <% end %>
Name Technique
<%=h command.name %> <%=h command.technique %> <%= link_to 'Show', command %> <%= link_to 'Edit', edit_command_path(command) %> <%= link_to 'Destroy', command, :confirm => 'Are you sure?', :method => :delete %>

<%= link_to 'New command', new_command_path %>