% title "Assignments" %>
| User | Role | |||
|---|---|---|---|---|
| <%= assignment.user_id %> | <%= assignment.role_id %> | <%= link_to "Show", assignment %> | <%= link_to "Edit", edit_assignment_path(assignment) %> | <%= link_to "Destroy", assignment, :confirm => 'Are you sure?', :method => :delete %> |
<%= link_to "New Assignment", new_assignment_path %>