On a blank new Rails3.1 app i get this error when i try this in the console: client = Shoppr::Client.new client.search(:keyword => 'nikon') => undefined method `categories' for #Shoppr::GeneralSearchResponse:0x103199020 any ideas? Greetings Marco
On a blank new Rails3.1 app i get this error when i try this in the console:
client = Shoppr::Client.new
client.search(:keyword => 'nikon')
=> undefined method `categories' for #Shoppr::GeneralSearchResponse:0x103199020
any ideas?
Greetings Marco