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