= link_to("Paint orange", Car.find_by(user_id: current_user.id,
acquaintance_id: user.id),
method: :patch,
remote: true, class: "btn btn-default")
これにより、href とのリンクが作成されます。
このリンクに 2 つの URL パラメータを追加したい
http://localhost/cars/175?action=paint&color=orange
出来ますか?