mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-29 02:34:21 +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
|