4 lines
190 B
Plaintext
4 lines
190 B
Plaintext
= form_for(current_user.active_relationships.find_by(followable_id: @followable.id), |
|
|
html: { method: :delete }) do |f| |
|
|
= f.submit "Unfollow"
|