I am trying to fetched complete list in rails 3.0 and getting below error NoMethodError (undefined method `collect!' for #<Net::HTTPOK 200 OK readbody=true>): Below is code ConstantContact::List.find (:all) Kindly help me in this regards
I am trying to fetched complete list in rails 3.0 and getting below error
NoMethodError (undefined method `collect!' for #<Net::HTTPOK 200 OK readbody=true>):
Below is code
ConstantContact::List.find (:all)
Kindly help me in this regards