Fix some deprecation warnings
This commit is contained in:
parent
22cd2314e5
commit
1f4d48eaf3
10 changed files with 74 additions and 72 deletions
|
@ -1,6 +1,8 @@
|
|||
class Notifier < ActionMailer::Base
|
||||
include ActionView::Helpers::AssetUrlHelper
|
||||
|
||||
self.delivery_job = ActionMailer::MailDeliveryJob
|
||||
|
||||
default :from => Settings.email_from,
|
||||
:return_path => Settings.email_return_path,
|
||||
:auto_submitted => "auto-generated"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue