Method: MongoModel::Attributes::Typecasting#before_type_cast

Defined in:
lib/mongomodel/attributes/typecasting.rb

#before_type_cast(key) ⇒ Object



29
30
31
# File 'lib/mongomodel/attributes/typecasting.rb', line 29

def before_type_cast(key)
  values_before_typecast[key]
end