mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-11 22:53:52 +08:00
6 lines
142 B
Ruby
Vendored
6 lines
142 B
Ruby
Vendored
if Rails.version < "4.2.0"
|
|
class Mail::Message
|
|
alias_method :deliver_now, :deliver
|
|
alias_method :deliver_now!, :deliver!
|
|
end
|
|
end
|