# File lib/couch_potato/persistence/properties.rb, line 87
        def property(name, options = {})
          undefine_attribute_methods
          define_attribute_methods property_names + [name]
          properties << SimpleProperty.new(self, name, options)
          remove_attribute_accessors_from_activesupport_module
        end