Update application_mailer.rb
This commit is contained in:
@@ -45,7 +45,7 @@ class ApplicationMailer < ActionMailer::Base
|
||||
def liquid_locals
|
||||
# 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
|
||||
}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user