Listing test_models

<% @test_models.each do |test_model| %> <% end %>
First name Last name Address Some flag
<%=h test_model.first_name %> <%=h test_model.last_name %> <%=h test_model.address %> <%=h test_model.some_flag %> <%= link_to 'Show', test_model %> <%= link_to 'Edit', edit_test_model_path(test_model) %> <%= link_to 'Destroy', test_model, :confirm => 'Are you sure?', :method => :delete %>

<%= link_to 'New test_model', new_test_model_path %>