# File lib/lighthouse/user.rb, line 3
    def memberships(options = {})
      Membership.find(:all, :params => {:user_id => id})
    end