mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-10 16:26:04 +08:00
8 lines
130 B
Ruby
Vendored
8 lines
130 B
Ruby
Vendored
unless rails_master?
|
|
|
|
class Mail::Message
|
|
alias_method :deliver_now, :deliver
|
|
alias_method :deliver_now!, :deliver!
|
|
end
|
|
|
|
end
|