Chore: Update mailer to remove hardcoded twitter link (#1103)
This commit is contained in:
@@ -7,7 +7,7 @@ class ApplicationMailer < ActionMailer::Base
|
||||
helper :frontend_urls
|
||||
helper do
|
||||
def global_config
|
||||
@global_config ||= GlobalConfig.get('INSTALLATION_NAME', 'BRAND_URL')
|
||||
@global_config ||= GlobalConfig.get('BRAND_NAME', 'BRAND_URL')
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user