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 [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.

Reply via email to