Update application_mailer.rb
This commit is contained in:
parent
f5374e0cd9
commit
104f1fb1cc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue