Update application_mailer.rb

This commit is contained in:
Pranav Raj S 2020-08-14 23:50:41 +05:30 committed by GitHub
parent f5374e0cd9
commit 104f1fb1cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ class ApplicationMailer < ActionMailer::Base
def liquid_locals def liquid_locals
# expose variables you want to be exposed in liquid # expose variables you want to be exposed in liquid
{ {
global_config: GlobalConfig.get('INSTALLATION_NAME', 'BRAND_URL'), global_config: GlobalConfig.get('BRAND_NAME', 'BRAND_URL'),
action_url: @action_url action_url: @action_url
} }
end end