# File lib/etherpad-lite/models/instance.rb, line 29
    def pads
      pad_ids.map { |id| Pad.new self, id }
    end