primary_key
SourceTakarik::Data::Associations::Association
Constructors
new(name : String, type : AssociationType, class_type : BaseModel.class | Nil, foreign_key : String, primary_key : String = "id", dependent : Symbol | Nil = nil, optional : Bool = false, through : String | Nil = nil, join_table : String | Nil = nil, polymorphic : Bool = false, as_name : String | Nil = nil, polymorphic_type : String | Nil = nil)
SourceInstance methods
as_name
Sourceclass_type
Sourcedependent
Sourceforeign_key
Sourcejoin_table
Sourcename
Sourceoptional
Sourcepolymorphic
Sourcepolymorphic_type
Sourcethrough
Sourcetype
Source