Changeset 5358 - Jamis

In http://dev.rubyonrails.org/changeset/5358 and the new alternative deprecation method,

deprecate :link_image_to => :link_to_image

should probably use the message version, as both link_image_to and link_to_image should be deprecated (according to the comments at least):

deprecate :link_image_to => "Use link_to(image_tag()) instead"

Good catch. I'll fix that.

- jamis