# File lib/lighthouse/project.rb, line 66
    def memberships(options = {})
      ProjectMembership.find(:all, :params => options.update(:project_id => id))
    end