# File lib/couch_potato/persistence/properties.rb, line 44
        def property(name, options = {})
          clazz = options.delete(:class)
          properties << (clazz || SimpleProperty).new(self, name, options)
        end