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

#membershipsObject



141
142
143
# File 'lib/lighthouse.rb', line 141

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