Class: Lighthouse::User
- Defined in:
- lib/lighthouse/user.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#memberships(options = {}) ⇒ Object
3 4 5 |
# File 'lib/lighthouse/user.rb', line 3 def memberships( = {}) Membership.find(:all, :params => {:user_id => id}) end |