swamp09/sample_app

View on GitHub
app/views/users/_unfollow.html.haml

Summary

Maintainability
Test Coverage
= form_for(current_user.active_relationships.find_by(followed_id: @user.id), |
  html: { method: :delete }, remote: true) do |f|                            |
  = f.submit "Unfollow", class: "btn"