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