lib/osso/models/identity_provider.rb in osso-0.0.3.23 vs lib/osso/models/identity_provider.rb in osso-0.0.3.24
- old
+ new
@@ -40,10 +40,10 @@
self.status = 'CONFIGURED' if sso_url && sso_cert
end
def root_url
- return "https://${ENV['HEROKU_APP_NAME']}.herokuapp.com" if ENV['HEROKU_APP_NAME']
+ return "https://#{ENV['HEROKU_APP_NAME']}.herokuapp.com" if ENV['HEROKU_APP_NAME']
ENV.fetch('BASE_URL')
end
end
end