module CouchPotato::Persistence::Properties::ClassMethods

Public Instance Methods

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