module ActiveRecord

NOTE: Default lambdas below all have because of a bug with defaults + coercion

Defaults aren't executed on class instantiation unless the lambda
takes an argument. This is a problem, since the execution in #[]=
happens AFTER the value is assigned - therefore AFTER the
coercion happens