= form_for(current_user.active_relationships.find_by(followed_id: @profile.id), | html: { method: :delete }) do |f| | = f.submit "Unfollow"