hendolim/countonanon

View on GitHub
app/views/friendships/edit.html.erb

Summary

Maintainability
Test Coverage
<h1>Editing Friendship</h1>

<%= render 'form' %>

<%= link_to 'Show', @friendship %> |
<%= link_to 'Back', friendships_path %>