# File lib/couch_potato/extensions/encryption.rb, line 7 def encrypted_property(name, options = {}) properties << CouchPotato::Extensions::EncryptedProperty.new(self, name, options) end