# File lib/tinder/campfire.rb, line 48
    def find_room_by_id(id)
      id = id.to_i
      rooms.detect { |room| room.id == id }
    end