# File lib/couch_potato/persistence.rb, line 35
        def self.inherited(child)
          super
          CouchPotato.models << child
        end