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