collectiveidea / delayed_job

Database based asynchronous priority queue system -- Extracted from Shopify
http://groups.google.com/group/delayed_job
MIT License
4.81k stars 955 forks source link

missing __delay__ alias method in performable_mailer.rb for delay method. #1176

Open sanketdhoble opened 1 year ago

sanketdhoble commented 1 year ago

__delay__ alias method is missing in performable_mailer.rb, while it is available in message_sending.rb Was there any specific reason for the same? If not, please add __delay__ in performable_mailer as well please.