Module: TypedAssociation::Relation
Overview
Represents a ‘X::PrivateAssociationRelation` tapioca generated class, where `X` is an ActiveRecord model.
Defined Under Namespace
Modules: GroupChain, WhereChain
Class Method Summary collapse
-
.CollectionProxy(val) ⇒ Object
rubocop:disable Naming/MethodName.
-
.GroupChain(val) ⇒ Object
rubocop:disable Naming/MethodName.
-
.WhereChain(val) ⇒ Object
rubocop:disable Naming/MethodName.
Class Method Details
.CollectionProxy(val) ⇒ Object
rubocop:disable Naming/MethodName
42 |
# File 'lib/rails/on/sorbet/typed_relation.rb', line 42 def CollectionProxy(val) = val # rubocop:disable Naming/MethodName |
.GroupChain(val) ⇒ Object
rubocop:disable Naming/MethodName
40 |
# File 'lib/rails/on/sorbet/typed_relation.rb', line 40 def GroupChain(val) = val # rubocop:disable Naming/MethodName |
.WhereChain(val) ⇒ Object
rubocop:disable Naming/MethodName
41 |
# File 'lib/rails/on/sorbet/typed_relation.rb', line 41 def WhereChain(val) = val # rubocop:disable Naming/MethodName |