abstract class ActiveModel::Model
- ActiveModel::Model
- Reference
- Object
Defined in:
active-model/model.crConstant Summary
-
FIELD_MAPPINGS =
{} of Nil => Nil
Instance Method Summary
-
#apply_defaults
Prevent compiler errors
Macro Summary
- __create_initializer__
-
__customize_orm__
For overriding in parent classes
-
__map_json__
Adds the from_json method
- __process_attributes__
- __track_changes__
- attribute(name, converter = nil, mass_assignment = true, persistence = true)