Class: Lighthouse::User

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

Instance Method Summary collapse

Methods inherited from Base

inherited

Instance Method Details

#memberships(options = {}) ⇒ Object



173
174
175
# File 'lib/lighthouse.rb', line 173

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