Class: Lighthouse::User
- Defined in:
- lib/helm/lighthouse.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#memberships ⇒ Object
145 146 147 |
# File 'lib/helm/lighthouse.rb', line 145 def memberships Membership.find(:all, :params => {:user_id => id}) end |
#to_s ⇒ Object
149 150 151 |
# File 'lib/helm/lighthouse.rb', line 149 def to_s name end |