Remove string interpolation

This commit is contained in:
David Cook
2026-03-04 10:13:11 +11:00
committed by Ahmed Ejaz
parent d09e288887
commit 247f144773

View File

@@ -5,7 +5,7 @@
# (create the session table with "rails generate session_migration")
domain = if Rails.env.staging? || Rails.env.production?
"#{ENV['SITE_URL']}"
ENV['SITE_URL']
else
:all
end