app/views/users/_unfollow.html.erb (4 lines of code) (raw):

<%= form_with(model: current_user.active_relationships.find_by(followed: @user), html: { method: :delete }) do |f| %> <%= f.submit "Unfollow", class: "btn" %> <% end %>