Module: TypedRelation
- Extended by:
- T::Generic
- Included in:
- TypedAssociation::CollectionProxy, GroupChain
- Defined in:
- lib/rails/on/sorbet/typed_relation.rb
Overview
Represents a ‘X::PrivateRelation` tapioca generated class, where `X` is an ActiveRecord model.
Defined Under Namespace
Modules: GroupChain, WhereChain
Class Method Summary collapse
-
.GroupChain(val) ⇒ Object
rubocop:disable Naming/MethodName.
-
.WhereChain(val) ⇒ Object
rubocop:disable Naming/MethodName.
Class Method Details
.GroupChain(val) ⇒ Object
rubocop:disable Naming/MethodName
12 |
# File 'lib/rails/on/sorbet/typed_relation.rb', line 12 def GroupChain(val) = val # rubocop:disable Naming/MethodName |
.WhereChain(val) ⇒ Object
rubocop:disable Naming/MethodName
13 |
# File 'lib/rails/on/sorbet/typed_relation.rb', line 13 def WhereChain(val) = val # rubocop:disable Naming/MethodName |