Class: Lighthouse::User

Inherits:
Base
  • Object
show all
Defined in:
lib/lighthouse/user.rb

Instance Method Summary collapse

Methods inherited from Base

inherited

Instance Method Details

#memberships(options = {}) ⇒ Object



3
4
5
# File 'lib/lighthouse/user.rb', line 3

def memberships(options = {})
  Membership.find(:all, :params => {:user_id => id})
end