mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-18 19:42:32 -05:00
c04bcf8655
Organise all initializers so they are properly ordered and use the same naming scheme
6 lines
142 B
Ruby
6 lines
142 B
Ruby
if Rails.version < "4.2.0"
|
|
class Mail::Message
|
|
alias_method :deliver_now, :deliver
|
|
alias_method :deliver_now!, :deliver!
|
|
end
|
|
end
|