Add the has_many_polymorphs plugin
[cs356-p2-videostore.git] / vendor / plugins / has_many_polymorphs / test / integration / app / app / views / users / show.html.erb
1
2 <%= link_to 'Edit', edit_user_path(@user) %> |
3 <%= link_to 'Back', users_path %>