Sorry, Tim. I should have clarified. This is the line that is having issues:
@hits << hash[:id] if hash.values.include?(name) Specifically, the .values part. timr wrote: > It looks like a typo got introduced as you were moving the method into > your rails app. There is no values_at call in my method, perhaps you > accidentally tab completed and inadvertently introduced the _at. > Good luck. > Tim > > On May 26, 2:07�am, Robert Scott <[email protected]> -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

