X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/673b58f96f3acfd0281c62a2a7f080825b6fb28b..1f2ac59d1d24d75c510412e63070d83af13c6757:/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 = {})