module Avram::Associations

Included Modules

Direct including types

Defined in:

avram/associations.cr
avram/associations/belongs_to.cr

Macros inherited from module Avram::Associations::BelongsTo

belongs_to(type_declaration, foreign_key = nil) belongs_to

Macros inherited from module Avram::Associations::HasOne

has_one(type_declaration, foreign_key = nil) has_one

Macros inherited from module Avram::Associations::HasMany

has_many(type_declaration, through = nil, foreign_key = nil, base_query_class = nil) has_many