abstract class ActiveModel::Model

Defined in:

active-model/model.cr

Instance Method Summary

Macro Summary

Instance Method Detail

def apply_defaults #

Stub methods to prevent compiler errors


[View source]
def changed? #

[View source]
def changed_attributes #

[View source]
def clear_changes_information #

[View source]

Macro Detail

macro __customize_orm__ #

For overriding in parent classes


[View source]
macro __getters__ #

[View source]
macro __nilability_validation__ #

[View source]
macro attribute(name, converter = nil, mass_assignment = true, persistence = true, **tags, &block) #

[View source]