I'm trying to use a gem to access an API but I'm getting the message
=> undefined method `to_query'
I go into the terminal and run...
>> p RAILS_GEM_VERSION
"1.2.3"
=> nil
>> Object.new.methods.include?('to_query')
=> false
>> exit
How do I add this method to my Rails installation?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---