Hello, I am beginning with ActiveResource and I am using the Basecamp API for my tests. But in the Basecamp API there are a few non REST methods like /me.xml or /people.xml (http://developer.37signals.com/basecamp/people.shtml) I was wondering how can Active Resource call these methods? Here is what I have: Class Person < Base def self.me ?? end end The Base class sets all the activeResource informations like site, users, ... Greg -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.