X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0e2a66e8de55b3719bd307261058b7f898598994..68e48d97ba70e2675e7a5ae37e2d75b10b743c46:/app/models/client_application.rb diff --git a/app/models/client_application.rb b/app/models/client_application.rb index b3abb82be..ee39c294b 100644 --- a/app/models/client_application.rb +++ b/app/models/client_application.rb @@ -66,7 +66,7 @@ class ClientApplication < ApplicationRecord end def oauth_server - @oauth_server ||= OAuth::Server.new("https://" + Settings.server_url) + @oauth_server ||= OAuth::Server.new("https://#{Settings.server_url}") end def credentials