I install the gem 'congress'. Then in console, I did require 'congress' client = Congress::Client.new(SUNLIGHT_API_KEY) After executing the line. It returns ArgumentError: wrong number of arguments (1 for 0).
I install the gem 'congress'.
Then in console, I did
require 'congress'
client = Congress::Client.new(SUNLIGHT_API_KEY)
After executing the line. It returns ArgumentError: wrong number of arguments (1 for 0).