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
Updated by Dominic Cleal about 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset eedc8706e2723530746f7c9158bf30d2940657d0.
Actions