<%= notice %>

Recipients

<% @recipients.each do |recipient| %> <% end %>
Name Phone Birth date Gender Race Ethnicity Home language Income Opted out School
<%= recipient.name %> <%= recipient.phone %> <%= recipient.birth_date %> <%= recipient.gender %> <%= recipient.race %> <%= recipient.ethnicity %> <%= recipient.home_language_id %> <%= recipient.income %> <%= recipient.opted_out %> <%= recipient.school_id %> <%= link_to 'Show', recipient %> <%= link_to 'Edit', edit_recipient_path(recipient) %> <%= link_to 'Destroy', recipient, method: :delete, data: { confirm: 'Are you sure?' } %>

<%= link_to 'New Recipient', new_recipient_path %>