Actions
Refactor #14006
closedMailers calling *_path with :only_path => false should use _url helpers
Description
All mailers that use *_path helpers and pass :only_path => false
to get a URL should be changed to use *_url helpers instead, as this is deprecated in Rails 4.2.
http://edgeguides.rubyonrails.org/4_2_release_notes.html#action-pack-deprecations
Actions