X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/be86e4824fe57c203c8916568527d38314d8423f..8a4405dd0c3af7783d0cc9a4f864f4ee5cd0e71d:/app/models/client_application.rb diff --git a/app/models/client_application.rb b/app/models/client_application.rb index c95ffc322..ef1a0110e 100644 --- a/app/models/client_application.rb +++ b/app/models/client_application.rb @@ -72,7 +72,7 @@ class ClientApplication < ActiveRecord::Base end def credentials - @oauth_client ||= OAuth::Consumer.new(key, secret) + @credentials ||= OAuth::Consumer.new(key, secret) end def create_request_token(_params = {})