Listing survey_choices

<% @survey_choices.each do |survey_choice| %> <% end %>
Text Question Sort Picture
<%= survey_choice.text %> <%= survey_choice.question %> <%= survey_choice.sort %> <%= survey_choice.picture %> <%= link_to 'Show', survey_choice %> <%= link_to 'Edit', edit_survey_choice_path(survey_choice) %> <%= link_to 'Destroy', survey_choice, method: :delete, data: { confirm: 'Are you sure?' } %>

<%= link_to 'New Choice', new_survey_choice_path %>