link_to should have its body and url arguments reversed

A less destructive approach would be to use Ruby 2.0’s named arguments to have something like:

link_to url: @person, body: “Click me”

That being said, I understand your point, but don’t see it as a particular pain.