Remvoe unused file.

This commit is contained in:
Guo Xiang Tan 2017-10-12 13:45:00 +08:00
parent f7282e4ecd
commit 630f7bfba2
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
if Rails.version < "4.2.0"
class Mail::Message
alias_method :deliver_now, :deliver
alias_method :deliver_now!, :deliver!
end
end