Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
rethinkdb-orm
v2.4.3
RethinkORM
AssociationCollection
Associations
Base
Changefeed
Event
Raw
Collection
Connection
HabitatSettings
Error
DatabaseError
DocumentExists
DocumentInvalid
DocumentNotFound
DocumentNotSaved
IdGenerator
Index
Persistence
Queries
Table
Timestamps
Validators
Built with Crystal 1.9.2
2023-10-08 02:20:22 UTC
class
RethinkORM::AssociationCollection(Owner, Target)
RethinkORM::AssociationCollection(Owner, Target)
Reference
Object
Defined in:
rethinkdb-orm/utils/association_collection.cr
Constructors
.new
(owner : Owner, foreign_key =
nil
)
Instance Method Summary
#all
#find
(value)
#find!
(value)
#where
(**attrs)
Macro Summary
method_missing
(call)
Constructor Detail
def self.
new
(owner : Owner, foreign_key =
nil
)
#
[
View source
]
Instance Method Detail
def
all
#
[
View source
]
def
find
(value)
#
[
View source
]
def
find!
(value)
#
[
View source
]
def
where
(**attrs)
#
[
View source
]
Macro Detail
macro
method_missing
(call)
#
[
View source
]