X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/38640e0253e8984974d275f2c232eb057ba86c84..cb87f02642d0097ebc067ca1f9371dde274a41e3:/app/models/client_application.rb diff --git a/app/models/client_application.rb b/app/models/client_application.rb index 90523a265..67b86417a 100644 --- a/app/models/client_application.rb +++ b/app/models/client_application.rb @@ -75,7 +75,7 @@ class ClientApplication < ActiveRecord::Base @oauth_client ||= OAuth::Consumer.new(key, secret) end - def create_request_token(params = {}) + def create_request_token(_params = {}) params = { :client_application => self, :callback_url => token_callback_url } permissions.each do |p| params[p] = true