databasedotcom-rails
                                
                                
                                
                                    databasedotcom-rails copied to clipboard
                            
                            
                            
                        ArgumentError
I am getting ArgumentError while creating access_token via OAuth2.
OAuth2::Client.new(consumer_key, consumer_secret, {:site => 'https://login.salesforce.com', :authorize_path => '/services/oauth2/authorize', :access_token_path => '/services/oauth2/token', :ssl=>{:verify => false }})
This the line where I am getting error.