sorbet-rails 0.7.5 → 0.7.22
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/ci.yml +1 -1
- data/.github/workflows/publish-gem.yml +7 -1
- data/Gemfile +0 -2
- data/README.md +11 -1
- data/lib/sorbet-rails/model_plugins/active_record_querying.rb +25 -1
- data/lib/sorbet-rails/model_utils.rb +14 -7
- data/lib/sorbet-rails/rails_mixins/custom_finder_methods.rb +4 -0
- data/sorbet-rails.gemspec +1 -1
- data/spec/generators/sorbet_test_cases.rb +9 -0
- data/spec/support/v5.2/Gemfile.lock +1 -1
- data/spec/support/v5.2/sorbet_test_cases.rb +9 -0
- data/spec/support/v6.0/Gemfile.lock +1 -1
- data/spec/support/v6.0/sorbet_test_cases.rb +9 -0
- data/spec/support/v6.1/sorbet_test_cases.rb +9 -0
- data/spec/test_data/v5.2/expected_attachment.rbi +12 -6
- data/spec/test_data/v5.2/expected_blob.rbi +12 -6
- data/spec/test_data/v5.2/expected_headmaster.rbi +12 -6
- data/spec/test_data/v5.2/expected_internal_metadata.rbi +12 -6
- data/spec/test_data/v5.2/expected_potion.rbi +12 -6
- data/spec/test_data/v5.2/expected_robe.rbi +12 -6
- data/spec/test_data/v5.2/expected_schema_migration.rbi +12 -6
- data/spec/test_data/v5.2/expected_school.rbi +12 -6
- data/spec/test_data/v5.2/expected_spell/habtm_spell_books.rbi +12 -6
- data/spec/test_data/v5.2/expected_spell.rbi +12 -6
- data/spec/test_data/v5.2/expected_spell_book/habtm_spells.rbi +12 -6
- data/spec/test_data/v5.2/expected_spell_book.rbi +12 -6
- data/spec/test_data/v5.2/expected_squib.rbi +12 -6
- data/spec/test_data/v5.2/expected_subject/habtm_wizards.rbi +12 -6
- data/spec/test_data/v5.2/expected_subject.rbi +12 -6
- data/spec/test_data/v5.2/expected_wand.rbi +12 -6
- data/spec/test_data/v5.2/expected_wizard/habtm_subjects.rbi +12 -6
- data/spec/test_data/v5.2/expected_wizard.rbi +12 -6
- data/spec/test_data/v5.2/expected_wizard_wo_spellbook.rbi +12 -6
- data/spec/test_data/v6.0/expected_attachment.rbi +12 -6
- data/spec/test_data/v6.0/expected_blob.rbi +12 -6
- data/spec/test_data/v6.0/expected_headmaster.rbi +12 -6
- data/spec/test_data/v6.0/expected_internal_metadata.rbi +12 -6
- data/spec/test_data/v6.0/expected_potion.rbi +12 -6
- data/spec/test_data/v6.0/expected_robe.rbi +12 -6
- data/spec/test_data/v6.0/expected_schema_migration.rbi +12 -6
- data/spec/test_data/v6.0/expected_school.rbi +12 -6
- data/spec/test_data/v6.0/expected_spell/habtm_spell_books.rbi +12 -6
- data/spec/test_data/v6.0/expected_spell.rbi +12 -6
- data/spec/test_data/v6.0/expected_spell_book/habtm_spells.rbi +12 -6
- data/spec/test_data/v6.0/expected_spell_book.rbi +12 -6
- data/spec/test_data/v6.0/expected_squib.rbi +12 -6
- data/spec/test_data/v6.0/expected_subject/habtm_wizards.rbi +12 -6
- data/spec/test_data/v6.0/expected_subject.rbi +12 -6
- data/spec/test_data/v6.0/expected_wand.rbi +12 -6
- data/spec/test_data/v6.0/expected_wizard/habtm_subjects.rbi +12 -6
- data/spec/test_data/v6.0/expected_wizard.rbi +12 -6
- data/spec/test_data/v6.0/expected_wizard_wo_spellbook.rbi +12 -6
- data/spec/test_data/v6.1/expected_attachment.rbi +12 -6
- data/spec/test_data/v6.1/expected_blob.rbi +12 -6
- data/spec/test_data/v6.1/expected_headmaster.rbi +12 -6
- data/spec/test_data/v6.1/expected_internal_metadata.rbi +12 -6
- data/spec/test_data/v6.1/expected_potion.rbi +12 -6
- data/spec/test_data/v6.1/expected_record.rbi +12 -6
- data/spec/test_data/v6.1/expected_robe.rbi +12 -6
- data/spec/test_data/v6.1/expected_schema_migration.rbi +12 -6
- data/spec/test_data/v6.1/expected_school.rbi +12 -6
- data/spec/test_data/v6.1/expected_spell/habtm_spell_books.rbi +12 -6
- data/spec/test_data/v6.1/expected_spell.rbi +12 -6
- data/spec/test_data/v6.1/expected_spell_book/habtm_spells.rbi +12 -6
- data/spec/test_data/v6.1/expected_spell_book.rbi +12 -6
- data/spec/test_data/v6.1/expected_squib.rbi +12 -6
- data/spec/test_data/v6.1/expected_subject/habtm_wizards.rbi +12 -6
- data/spec/test_data/v6.1/expected_subject.rbi +12 -6
- data/spec/test_data/v6.1/expected_variant_record.rbi +12 -6
- data/spec/test_data/v6.1/expected_wand.rbi +12 -6
- data/spec/test_data/v6.1/expected_wizard/habtm_subjects.rbi +12 -6
- data/spec/test_data/v6.1/expected_wizard.rbi +12 -6
- data/spec/test_data/v6.1/expected_wizard_wo_spellbook.rbi +12 -6
- metadata +2 -2
@@ -49,9 +49,6 @@ module ActiveRecord::SchemaMigration::QueryMethodsReturningRelation
|
|
49
49
|
sig { params(block: T.nilable(T.proc.void)).returns(ActiveRecord::SchemaMigration::ActiveRecord_Relation) }
|
50
50
|
def unscoped(&block); end
|
51
51
|
|
52
|
-
sig { params(args: T.untyped).returns(ActiveRecord::SchemaMigration::ActiveRecord_Relation) }
|
53
|
-
def select(*args); end
|
54
|
-
|
55
52
|
sig { params(args: T.untyped).returns(ActiveRecord::SchemaMigration::ActiveRecord_Relation) }
|
56
53
|
def order(*args); end
|
57
54
|
|
@@ -127,6 +124,12 @@ module ActiveRecord::SchemaMigration::QueryMethodsReturningRelation
|
|
127
124
|
sig { params(args: T.untyped).returns(ActiveRecord::SchemaMigration::ActiveRecord_Relation) }
|
128
125
|
def except(*args); end
|
129
126
|
|
127
|
+
sig { params(block: T.proc.params(e: ActiveRecord::SchemaMigration).returns(T::Boolean)).returns(T::Array[ActiveRecord::SchemaMigration]) }
|
128
|
+
def select(&block); end
|
129
|
+
|
130
|
+
sig { params(args: T.any(String, Symbol)).returns(ActiveRecord::SchemaMigration::ActiveRecord_Relation) }
|
131
|
+
def select_columns(*args); end
|
132
|
+
|
130
133
|
sig { params(args: T.untyped, block: T.nilable(T.proc.void)).returns(ActiveRecord::SchemaMigration::ActiveRecord_Relation) }
|
131
134
|
def extending(*args, &block); end
|
132
135
|
|
@@ -150,9 +153,6 @@ module ActiveRecord::SchemaMigration::QueryMethodsReturningAssociationRelation
|
|
150
153
|
sig { params(block: T.nilable(T.proc.void)).returns(ActiveRecord::SchemaMigration::ActiveRecord_Relation) }
|
151
154
|
def unscoped(&block); end
|
152
155
|
|
153
|
-
sig { params(args: T.untyped).returns(ActiveRecord::SchemaMigration::ActiveRecord_AssociationRelation) }
|
154
|
-
def select(*args); end
|
155
|
-
|
156
156
|
sig { params(args: T.untyped).returns(ActiveRecord::SchemaMigration::ActiveRecord_AssociationRelation) }
|
157
157
|
def order(*args); end
|
158
158
|
|
@@ -228,6 +228,12 @@ module ActiveRecord::SchemaMigration::QueryMethodsReturningAssociationRelation
|
|
228
228
|
sig { params(args: T.untyped).returns(ActiveRecord::SchemaMigration::ActiveRecord_AssociationRelation) }
|
229
229
|
def except(*args); end
|
230
230
|
|
231
|
+
sig { params(block: T.proc.params(e: ActiveRecord::SchemaMigration).returns(T::Boolean)).returns(T::Array[ActiveRecord::SchemaMigration]) }
|
232
|
+
def select(&block); end
|
233
|
+
|
234
|
+
sig { params(args: T.any(String, Symbol)).returns(ActiveRecord::SchemaMigration::ActiveRecord_AssociationRelation) }
|
235
|
+
def select_columns(*args); end
|
236
|
+
|
231
237
|
sig { params(args: T.untyped, block: T.nilable(T.proc.void)).returns(ActiveRecord::SchemaMigration::ActiveRecord_AssociationRelation) }
|
232
238
|
def extending(*args, &block); end
|
233
239
|
|
@@ -79,9 +79,6 @@ module School::QueryMethodsReturningRelation
|
|
79
79
|
sig { params(block: T.nilable(T.proc.void)).returns(School::ActiveRecord_Relation) }
|
80
80
|
def unscoped(&block); end
|
81
81
|
|
82
|
-
sig { params(args: T.untyped).returns(School::ActiveRecord_Relation) }
|
83
|
-
def select(*args); end
|
84
|
-
|
85
82
|
sig { params(args: T.untyped).returns(School::ActiveRecord_Relation) }
|
86
83
|
def order(*args); end
|
87
84
|
|
@@ -157,6 +154,12 @@ module School::QueryMethodsReturningRelation
|
|
157
154
|
sig { params(args: T.untyped).returns(School::ActiveRecord_Relation) }
|
158
155
|
def except(*args); end
|
159
156
|
|
157
|
+
sig { params(block: T.proc.params(e: School).returns(T::Boolean)).returns(T::Array[School]) }
|
158
|
+
def select(&block); end
|
159
|
+
|
160
|
+
sig { params(args: T.any(String, Symbol)).returns(School::ActiveRecord_Relation) }
|
161
|
+
def select_columns(*args); end
|
162
|
+
|
160
163
|
sig { params(args: T.untyped, block: T.nilable(T.proc.void)).returns(School::ActiveRecord_Relation) }
|
161
164
|
def extending(*args, &block); end
|
162
165
|
|
@@ -180,9 +183,6 @@ module School::QueryMethodsReturningAssociationRelation
|
|
180
183
|
sig { params(block: T.nilable(T.proc.void)).returns(School::ActiveRecord_Relation) }
|
181
184
|
def unscoped(&block); end
|
182
185
|
|
183
|
-
sig { params(args: T.untyped).returns(School::ActiveRecord_AssociationRelation) }
|
184
|
-
def select(*args); end
|
185
|
-
|
186
186
|
sig { params(args: T.untyped).returns(School::ActiveRecord_AssociationRelation) }
|
187
187
|
def order(*args); end
|
188
188
|
|
@@ -258,6 +258,12 @@ module School::QueryMethodsReturningAssociationRelation
|
|
258
258
|
sig { params(args: T.untyped).returns(School::ActiveRecord_AssociationRelation) }
|
259
259
|
def except(*args); end
|
260
260
|
|
261
|
+
sig { params(block: T.proc.params(e: School).returns(T::Boolean)).returns(T::Array[School]) }
|
262
|
+
def select(&block); end
|
263
|
+
|
264
|
+
sig { params(args: T.any(String, Symbol)).returns(School::ActiveRecord_AssociationRelation) }
|
265
|
+
def select_columns(*args); end
|
266
|
+
|
261
267
|
sig { params(args: T.untyped, block: T.nilable(T.proc.void)).returns(School::ActiveRecord_AssociationRelation) }
|
262
268
|
def extending(*args, &block); end
|
263
269
|
|
@@ -97,9 +97,6 @@ module Spell::HABTM_SpellBooks::QueryMethodsReturningRelation
|
|
97
97
|
sig { params(block: T.nilable(T.proc.void)).returns(Spell::HABTM_SpellBooks::ActiveRecord_Relation) }
|
98
98
|
def unscoped(&block); end
|
99
99
|
|
100
|
-
sig { params(args: T.untyped).returns(Spell::HABTM_SpellBooks::ActiveRecord_Relation) }
|
101
|
-
def select(*args); end
|
102
|
-
|
103
100
|
sig { params(args: T.untyped).returns(Spell::HABTM_SpellBooks::ActiveRecord_Relation) }
|
104
101
|
def order(*args); end
|
105
102
|
|
@@ -175,6 +172,12 @@ module Spell::HABTM_SpellBooks::QueryMethodsReturningRelation
|
|
175
172
|
sig { params(args: T.untyped).returns(Spell::HABTM_SpellBooks::ActiveRecord_Relation) }
|
176
173
|
def except(*args); end
|
177
174
|
|
175
|
+
sig { params(block: T.proc.params(e: Spell::HABTM_SpellBooks).returns(T::Boolean)).returns(T::Array[Spell::HABTM_SpellBooks]) }
|
176
|
+
def select(&block); end
|
177
|
+
|
178
|
+
sig { params(args: T.any(String, Symbol)).returns(Spell::HABTM_SpellBooks::ActiveRecord_Relation) }
|
179
|
+
def select_columns(*args); end
|
180
|
+
|
178
181
|
sig { params(args: T.untyped, block: T.nilable(T.proc.void)).returns(Spell::HABTM_SpellBooks::ActiveRecord_Relation) }
|
179
182
|
def extending(*args, &block); end
|
180
183
|
|
@@ -198,9 +201,6 @@ module Spell::HABTM_SpellBooks::QueryMethodsReturningAssociationRelation
|
|
198
201
|
sig { params(block: T.nilable(T.proc.void)).returns(Spell::HABTM_SpellBooks::ActiveRecord_Relation) }
|
199
202
|
def unscoped(&block); end
|
200
203
|
|
201
|
-
sig { params(args: T.untyped).returns(Spell::HABTM_SpellBooks::ActiveRecord_AssociationRelation) }
|
202
|
-
def select(*args); end
|
203
|
-
|
204
204
|
sig { params(args: T.untyped).returns(Spell::HABTM_SpellBooks::ActiveRecord_AssociationRelation) }
|
205
205
|
def order(*args); end
|
206
206
|
|
@@ -276,6 +276,12 @@ module Spell::HABTM_SpellBooks::QueryMethodsReturningAssociationRelation
|
|
276
276
|
sig { params(args: T.untyped).returns(Spell::HABTM_SpellBooks::ActiveRecord_AssociationRelation) }
|
277
277
|
def except(*args); end
|
278
278
|
|
279
|
+
sig { params(block: T.proc.params(e: Spell::HABTM_SpellBooks).returns(T::Boolean)).returns(T::Array[Spell::HABTM_SpellBooks]) }
|
280
|
+
def select(&block); end
|
281
|
+
|
282
|
+
sig { params(args: T.any(String, Symbol)).returns(Spell::HABTM_SpellBooks::ActiveRecord_AssociationRelation) }
|
283
|
+
def select_columns(*args); end
|
284
|
+
|
279
285
|
sig { params(args: T.untyped, block: T.nilable(T.proc.void)).returns(Spell::HABTM_SpellBooks::ActiveRecord_AssociationRelation) }
|
280
286
|
def extending(*args, &block); end
|
281
287
|
|
@@ -70,9 +70,6 @@ module Spell::QueryMethodsReturningRelation
|
|
70
70
|
sig { params(block: T.nilable(T.proc.void)).returns(Spell::ActiveRecord_Relation) }
|
71
71
|
def unscoped(&block); end
|
72
72
|
|
73
|
-
sig { params(args: T.untyped).returns(Spell::ActiveRecord_Relation) }
|
74
|
-
def select(*args); end
|
75
|
-
|
76
73
|
sig { params(args: T.untyped).returns(Spell::ActiveRecord_Relation) }
|
77
74
|
def order(*args); end
|
78
75
|
|
@@ -148,6 +145,12 @@ module Spell::QueryMethodsReturningRelation
|
|
148
145
|
sig { params(args: T.untyped).returns(Spell::ActiveRecord_Relation) }
|
149
146
|
def except(*args); end
|
150
147
|
|
148
|
+
sig { params(block: T.proc.params(e: Spell).returns(T::Boolean)).returns(T::Array[Spell]) }
|
149
|
+
def select(&block); end
|
150
|
+
|
151
|
+
sig { params(args: T.any(String, Symbol)).returns(Spell::ActiveRecord_Relation) }
|
152
|
+
def select_columns(*args); end
|
153
|
+
|
151
154
|
sig { params(args: T.untyped, block: T.nilable(T.proc.void)).returns(Spell::ActiveRecord_Relation) }
|
152
155
|
def extending(*args, &block); end
|
153
156
|
|
@@ -171,9 +174,6 @@ module Spell::QueryMethodsReturningAssociationRelation
|
|
171
174
|
sig { params(block: T.nilable(T.proc.void)).returns(Spell::ActiveRecord_Relation) }
|
172
175
|
def unscoped(&block); end
|
173
176
|
|
174
|
-
sig { params(args: T.untyped).returns(Spell::ActiveRecord_AssociationRelation) }
|
175
|
-
def select(*args); end
|
176
|
-
|
177
177
|
sig { params(args: T.untyped).returns(Spell::ActiveRecord_AssociationRelation) }
|
178
178
|
def order(*args); end
|
179
179
|
|
@@ -249,6 +249,12 @@ module Spell::QueryMethodsReturningAssociationRelation
|
|
249
249
|
sig { params(args: T.untyped).returns(Spell::ActiveRecord_AssociationRelation) }
|
250
250
|
def except(*args); end
|
251
251
|
|
252
|
+
sig { params(block: T.proc.params(e: Spell).returns(T::Boolean)).returns(T::Array[Spell]) }
|
253
|
+
def select(&block); end
|
254
|
+
|
255
|
+
sig { params(args: T.any(String, Symbol)).returns(Spell::ActiveRecord_AssociationRelation) }
|
256
|
+
def select_columns(*args); end
|
257
|
+
|
252
258
|
sig { params(args: T.untyped, block: T.nilable(T.proc.void)).returns(Spell::ActiveRecord_AssociationRelation) }
|
253
259
|
def extending(*args, &block); end
|
254
260
|
|
@@ -97,9 +97,6 @@ module SpellBook::HABTM_Spells::QueryMethodsReturningRelation
|
|
97
97
|
sig { params(block: T.nilable(T.proc.void)).returns(SpellBook::HABTM_Spells::ActiveRecord_Relation) }
|
98
98
|
def unscoped(&block); end
|
99
99
|
|
100
|
-
sig { params(args: T.untyped).returns(SpellBook::HABTM_Spells::ActiveRecord_Relation) }
|
101
|
-
def select(*args); end
|
102
|
-
|
103
100
|
sig { params(args: T.untyped).returns(SpellBook::HABTM_Spells::ActiveRecord_Relation) }
|
104
101
|
def order(*args); end
|
105
102
|
|
@@ -175,6 +172,12 @@ module SpellBook::HABTM_Spells::QueryMethodsReturningRelation
|
|
175
172
|
sig { params(args: T.untyped).returns(SpellBook::HABTM_Spells::ActiveRecord_Relation) }
|
176
173
|
def except(*args); end
|
177
174
|
|
175
|
+
sig { params(block: T.proc.params(e: SpellBook::HABTM_Spells).returns(T::Boolean)).returns(T::Array[SpellBook::HABTM_Spells]) }
|
176
|
+
def select(&block); end
|
177
|
+
|
178
|
+
sig { params(args: T.any(String, Symbol)).returns(SpellBook::HABTM_Spells::ActiveRecord_Relation) }
|
179
|
+
def select_columns(*args); end
|
180
|
+
|
178
181
|
sig { params(args: T.untyped, block: T.nilable(T.proc.void)).returns(SpellBook::HABTM_Spells::ActiveRecord_Relation) }
|
179
182
|
def extending(*args, &block); end
|
180
183
|
|
@@ -198,9 +201,6 @@ module SpellBook::HABTM_Spells::QueryMethodsReturningAssociationRelation
|
|
198
201
|
sig { params(block: T.nilable(T.proc.void)).returns(SpellBook::HABTM_Spells::ActiveRecord_Relation) }
|
199
202
|
def unscoped(&block); end
|
200
203
|
|
201
|
-
sig { params(args: T.untyped).returns(SpellBook::HABTM_Spells::ActiveRecord_AssociationRelation) }
|
202
|
-
def select(*args); end
|
203
|
-
|
204
204
|
sig { params(args: T.untyped).returns(SpellBook::HABTM_Spells::ActiveRecord_AssociationRelation) }
|
205
205
|
def order(*args); end
|
206
206
|
|
@@ -276,6 +276,12 @@ module SpellBook::HABTM_Spells::QueryMethodsReturningAssociationRelation
|
|
276
276
|
sig { params(args: T.untyped).returns(SpellBook::HABTM_Spells::ActiveRecord_AssociationRelation) }
|
277
277
|
def except(*args); end
|
278
278
|
|
279
|
+
sig { params(block: T.proc.params(e: SpellBook::HABTM_Spells).returns(T::Boolean)).returns(T::Array[SpellBook::HABTM_Spells]) }
|
280
|
+
def select(&block); end
|
281
|
+
|
282
|
+
sig { params(args: T.any(String, Symbol)).returns(SpellBook::HABTM_Spells::ActiveRecord_AssociationRelation) }
|
283
|
+
def select_columns(*args); end
|
284
|
+
|
279
285
|
sig { params(args: T.untyped, block: T.nilable(T.proc.void)).returns(SpellBook::HABTM_Spells::ActiveRecord_AssociationRelation) }
|
280
286
|
def extending(*args, &block); end
|
281
287
|
|
@@ -225,9 +225,6 @@ module SpellBook::QueryMethodsReturningRelation
|
|
225
225
|
sig { params(block: T.nilable(T.proc.void)).returns(SpellBook::ActiveRecord_Relation) }
|
226
226
|
def unscoped(&block); end
|
227
227
|
|
228
|
-
sig { params(args: T.untyped).returns(SpellBook::ActiveRecord_Relation) }
|
229
|
-
def select(*args); end
|
230
|
-
|
231
228
|
sig { params(args: T.untyped).returns(SpellBook::ActiveRecord_Relation) }
|
232
229
|
def order(*args); end
|
233
230
|
|
@@ -303,6 +300,12 @@ module SpellBook::QueryMethodsReturningRelation
|
|
303
300
|
sig { params(args: T.untyped).returns(SpellBook::ActiveRecord_Relation) }
|
304
301
|
def except(*args); end
|
305
302
|
|
303
|
+
sig { params(block: T.proc.params(e: SpellBook).returns(T::Boolean)).returns(T::Array[SpellBook]) }
|
304
|
+
def select(&block); end
|
305
|
+
|
306
|
+
sig { params(args: T.any(String, Symbol)).returns(SpellBook::ActiveRecord_Relation) }
|
307
|
+
def select_columns(*args); end
|
308
|
+
|
306
309
|
sig { params(args: T.untyped, block: T.nilable(T.proc.void)).returns(SpellBook::ActiveRecord_Relation) }
|
307
310
|
def extending(*args, &block); end
|
308
311
|
|
@@ -326,9 +329,6 @@ module SpellBook::QueryMethodsReturningAssociationRelation
|
|
326
329
|
sig { params(block: T.nilable(T.proc.void)).returns(SpellBook::ActiveRecord_Relation) }
|
327
330
|
def unscoped(&block); end
|
328
331
|
|
329
|
-
sig { params(args: T.untyped).returns(SpellBook::ActiveRecord_AssociationRelation) }
|
330
|
-
def select(*args); end
|
331
|
-
|
332
332
|
sig { params(args: T.untyped).returns(SpellBook::ActiveRecord_AssociationRelation) }
|
333
333
|
def order(*args); end
|
334
334
|
|
@@ -404,6 +404,12 @@ module SpellBook::QueryMethodsReturningAssociationRelation
|
|
404
404
|
sig { params(args: T.untyped).returns(SpellBook::ActiveRecord_AssociationRelation) }
|
405
405
|
def except(*args); end
|
406
406
|
|
407
|
+
sig { params(block: T.proc.params(e: SpellBook).returns(T::Boolean)).returns(T::Array[SpellBook]) }
|
408
|
+
def select(&block); end
|
409
|
+
|
410
|
+
sig { params(args: T.any(String, Symbol)).returns(SpellBook::ActiveRecord_AssociationRelation) }
|
411
|
+
def select_columns(*args); end
|
412
|
+
|
407
413
|
sig { params(args: T.untyped, block: T.nilable(T.proc.void)).returns(SpellBook::ActiveRecord_AssociationRelation) }
|
408
414
|
def extending(*args, &block); end
|
409
415
|
|
@@ -720,9 +720,6 @@ module Squib::QueryMethodsReturningRelation
|
|
720
720
|
sig { params(block: T.nilable(T.proc.void)).returns(Squib::ActiveRecord_Relation) }
|
721
721
|
def unscoped(&block); end
|
722
722
|
|
723
|
-
sig { params(args: T.untyped).returns(Squib::ActiveRecord_Relation) }
|
724
|
-
def select(*args); end
|
725
|
-
|
726
723
|
sig { params(args: T.untyped).returns(Squib::ActiveRecord_Relation) }
|
727
724
|
def order(*args); end
|
728
725
|
|
@@ -798,6 +795,12 @@ module Squib::QueryMethodsReturningRelation
|
|
798
795
|
sig { params(args: T.untyped).returns(Squib::ActiveRecord_Relation) }
|
799
796
|
def except(*args); end
|
800
797
|
|
798
|
+
sig { params(block: T.proc.params(e: Squib).returns(T::Boolean)).returns(T::Array[Squib]) }
|
799
|
+
def select(&block); end
|
800
|
+
|
801
|
+
sig { params(args: T.any(String, Symbol)).returns(Squib::ActiveRecord_Relation) }
|
802
|
+
def select_columns(*args); end
|
803
|
+
|
801
804
|
sig { params(args: T.untyped, block: T.nilable(T.proc.void)).returns(Squib::ActiveRecord_Relation) }
|
802
805
|
def extending(*args, &block); end
|
803
806
|
|
@@ -821,9 +824,6 @@ module Squib::QueryMethodsReturningAssociationRelation
|
|
821
824
|
sig { params(block: T.nilable(T.proc.void)).returns(Squib::ActiveRecord_Relation) }
|
822
825
|
def unscoped(&block); end
|
823
826
|
|
824
|
-
sig { params(args: T.untyped).returns(Squib::ActiveRecord_AssociationRelation) }
|
825
|
-
def select(*args); end
|
826
|
-
|
827
827
|
sig { params(args: T.untyped).returns(Squib::ActiveRecord_AssociationRelation) }
|
828
828
|
def order(*args); end
|
829
829
|
|
@@ -899,6 +899,12 @@ module Squib::QueryMethodsReturningAssociationRelation
|
|
899
899
|
sig { params(args: T.untyped).returns(Squib::ActiveRecord_AssociationRelation) }
|
900
900
|
def except(*args); end
|
901
901
|
|
902
|
+
sig { params(block: T.proc.params(e: Squib).returns(T::Boolean)).returns(T::Array[Squib]) }
|
903
|
+
def select(&block); end
|
904
|
+
|
905
|
+
sig { params(args: T.any(String, Symbol)).returns(Squib::ActiveRecord_AssociationRelation) }
|
906
|
+
def select_columns(*args); end
|
907
|
+
|
902
908
|
sig { params(args: T.untyped, block: T.nilable(T.proc.void)).returns(Squib::ActiveRecord_AssociationRelation) }
|
903
909
|
def extending(*args, &block); end
|
904
910
|
|
@@ -97,9 +97,6 @@ module Subject::HABTM_Wizards::QueryMethodsReturningRelation
|
|
97
97
|
sig { params(block: T.nilable(T.proc.void)).returns(Subject::HABTM_Wizards::ActiveRecord_Relation) }
|
98
98
|
def unscoped(&block); end
|
99
99
|
|
100
|
-
sig { params(args: T.untyped).returns(Subject::HABTM_Wizards::ActiveRecord_Relation) }
|
101
|
-
def select(*args); end
|
102
|
-
|
103
100
|
sig { params(args: T.untyped).returns(Subject::HABTM_Wizards::ActiveRecord_Relation) }
|
104
101
|
def order(*args); end
|
105
102
|
|
@@ -175,6 +172,12 @@ module Subject::HABTM_Wizards::QueryMethodsReturningRelation
|
|
175
172
|
sig { params(args: T.untyped).returns(Subject::HABTM_Wizards::ActiveRecord_Relation) }
|
176
173
|
def except(*args); end
|
177
174
|
|
175
|
+
sig { params(block: T.proc.params(e: Subject::HABTM_Wizards).returns(T::Boolean)).returns(T::Array[Subject::HABTM_Wizards]) }
|
176
|
+
def select(&block); end
|
177
|
+
|
178
|
+
sig { params(args: T.any(String, Symbol)).returns(Subject::HABTM_Wizards::ActiveRecord_Relation) }
|
179
|
+
def select_columns(*args); end
|
180
|
+
|
178
181
|
sig { params(args: T.untyped, block: T.nilable(T.proc.void)).returns(Subject::HABTM_Wizards::ActiveRecord_Relation) }
|
179
182
|
def extending(*args, &block); end
|
180
183
|
|
@@ -198,9 +201,6 @@ module Subject::HABTM_Wizards::QueryMethodsReturningAssociationRelation
|
|
198
201
|
sig { params(block: T.nilable(T.proc.void)).returns(Subject::HABTM_Wizards::ActiveRecord_Relation) }
|
199
202
|
def unscoped(&block); end
|
200
203
|
|
201
|
-
sig { params(args: T.untyped).returns(Subject::HABTM_Wizards::ActiveRecord_AssociationRelation) }
|
202
|
-
def select(*args); end
|
203
|
-
|
204
204
|
sig { params(args: T.untyped).returns(Subject::HABTM_Wizards::ActiveRecord_AssociationRelation) }
|
205
205
|
def order(*args); end
|
206
206
|
|
@@ -276,6 +276,12 @@ module Subject::HABTM_Wizards::QueryMethodsReturningAssociationRelation
|
|
276
276
|
sig { params(args: T.untyped).returns(Subject::HABTM_Wizards::ActiveRecord_AssociationRelation) }
|
277
277
|
def except(*args); end
|
278
278
|
|
279
|
+
sig { params(block: T.proc.params(e: Subject::HABTM_Wizards).returns(T::Boolean)).returns(T::Array[Subject::HABTM_Wizards]) }
|
280
|
+
def select(&block); end
|
281
|
+
|
282
|
+
sig { params(args: T.any(String, Symbol)).returns(Subject::HABTM_Wizards::ActiveRecord_AssociationRelation) }
|
283
|
+
def select_columns(*args); end
|
284
|
+
|
279
285
|
sig { params(args: T.untyped, block: T.nilable(T.proc.void)).returns(Subject::HABTM_Wizards::ActiveRecord_AssociationRelation) }
|
280
286
|
def extending(*args, &block); end
|
281
287
|
|
@@ -70,9 +70,6 @@ module Subject::QueryMethodsReturningRelation
|
|
70
70
|
sig { params(block: T.nilable(T.proc.void)).returns(Subject::ActiveRecord_Relation) }
|
71
71
|
def unscoped(&block); end
|
72
72
|
|
73
|
-
sig { params(args: T.untyped).returns(Subject::ActiveRecord_Relation) }
|
74
|
-
def select(*args); end
|
75
|
-
|
76
73
|
sig { params(args: T.untyped).returns(Subject::ActiveRecord_Relation) }
|
77
74
|
def order(*args); end
|
78
75
|
|
@@ -148,6 +145,12 @@ module Subject::QueryMethodsReturningRelation
|
|
148
145
|
sig { params(args: T.untyped).returns(Subject::ActiveRecord_Relation) }
|
149
146
|
def except(*args); end
|
150
147
|
|
148
|
+
sig { params(block: T.proc.params(e: Subject).returns(T::Boolean)).returns(T::Array[Subject]) }
|
149
|
+
def select(&block); end
|
150
|
+
|
151
|
+
sig { params(args: T.any(String, Symbol)).returns(Subject::ActiveRecord_Relation) }
|
152
|
+
def select_columns(*args); end
|
153
|
+
|
151
154
|
sig { params(args: T.untyped, block: T.nilable(T.proc.void)).returns(Subject::ActiveRecord_Relation) }
|
152
155
|
def extending(*args, &block); end
|
153
156
|
|
@@ -171,9 +174,6 @@ module Subject::QueryMethodsReturningAssociationRelation
|
|
171
174
|
sig { params(block: T.nilable(T.proc.void)).returns(Subject::ActiveRecord_Relation) }
|
172
175
|
def unscoped(&block); end
|
173
176
|
|
174
|
-
sig { params(args: T.untyped).returns(Subject::ActiveRecord_AssociationRelation) }
|
175
|
-
def select(*args); end
|
176
|
-
|
177
177
|
sig { params(args: T.untyped).returns(Subject::ActiveRecord_AssociationRelation) }
|
178
178
|
def order(*args); end
|
179
179
|
|
@@ -249,6 +249,12 @@ module Subject::QueryMethodsReturningAssociationRelation
|
|
249
249
|
sig { params(args: T.untyped).returns(Subject::ActiveRecord_AssociationRelation) }
|
250
250
|
def except(*args); end
|
251
251
|
|
252
|
+
sig { params(block: T.proc.params(e: Subject).returns(T::Boolean)).returns(T::Array[Subject]) }
|
253
|
+
def select(&block); end
|
254
|
+
|
255
|
+
sig { params(args: T.any(String, Symbol)).returns(Subject::ActiveRecord_AssociationRelation) }
|
256
|
+
def select_columns(*args); end
|
257
|
+
|
252
258
|
sig { params(args: T.untyped, block: T.nilable(T.proc.void)).returns(Subject::ActiveRecord_AssociationRelation) }
|
253
259
|
def extending(*args, &block); end
|
254
260
|
|
@@ -325,9 +325,6 @@ module Wand::QueryMethodsReturningRelation
|
|
325
325
|
sig { params(block: T.nilable(T.proc.void)).returns(Wand::ActiveRecord_Relation) }
|
326
326
|
def unscoped(&block); end
|
327
327
|
|
328
|
-
sig { params(args: T.untyped).returns(Wand::ActiveRecord_Relation) }
|
329
|
-
def select(*args); end
|
330
|
-
|
331
328
|
sig { params(args: T.untyped).returns(Wand::ActiveRecord_Relation) }
|
332
329
|
def order(*args); end
|
333
330
|
|
@@ -403,6 +400,12 @@ module Wand::QueryMethodsReturningRelation
|
|
403
400
|
sig { params(args: T.untyped).returns(Wand::ActiveRecord_Relation) }
|
404
401
|
def except(*args); end
|
405
402
|
|
403
|
+
sig { params(block: T.proc.params(e: Wand).returns(T::Boolean)).returns(T::Array[Wand]) }
|
404
|
+
def select(&block); end
|
405
|
+
|
406
|
+
sig { params(args: T.any(String, Symbol)).returns(Wand::ActiveRecord_Relation) }
|
407
|
+
def select_columns(*args); end
|
408
|
+
|
406
409
|
sig { params(args: T.untyped, block: T.nilable(T.proc.void)).returns(Wand::ActiveRecord_Relation) }
|
407
410
|
def extending(*args, &block); end
|
408
411
|
|
@@ -426,9 +429,6 @@ module Wand::QueryMethodsReturningAssociationRelation
|
|
426
429
|
sig { params(block: T.nilable(T.proc.void)).returns(Wand::ActiveRecord_Relation) }
|
427
430
|
def unscoped(&block); end
|
428
431
|
|
429
|
-
sig { params(args: T.untyped).returns(Wand::ActiveRecord_AssociationRelation) }
|
430
|
-
def select(*args); end
|
431
|
-
|
432
432
|
sig { params(args: T.untyped).returns(Wand::ActiveRecord_AssociationRelation) }
|
433
433
|
def order(*args); end
|
434
434
|
|
@@ -504,6 +504,12 @@ module Wand::QueryMethodsReturningAssociationRelation
|
|
504
504
|
sig { params(args: T.untyped).returns(Wand::ActiveRecord_AssociationRelation) }
|
505
505
|
def except(*args); end
|
506
506
|
|
507
|
+
sig { params(block: T.proc.params(e: Wand).returns(T::Boolean)).returns(T::Array[Wand]) }
|
508
|
+
def select(&block); end
|
509
|
+
|
510
|
+
sig { params(args: T.any(String, Symbol)).returns(Wand::ActiveRecord_AssociationRelation) }
|
511
|
+
def select_columns(*args); end
|
512
|
+
|
507
513
|
sig { params(args: T.untyped, block: T.nilable(T.proc.void)).returns(Wand::ActiveRecord_AssociationRelation) }
|
508
514
|
def extending(*args, &block); end
|
509
515
|
|
@@ -97,9 +97,6 @@ module Wizard::HABTM_Subjects::QueryMethodsReturningRelation
|
|
97
97
|
sig { params(block: T.nilable(T.proc.void)).returns(Wizard::HABTM_Subjects::ActiveRecord_Relation) }
|
98
98
|
def unscoped(&block); end
|
99
99
|
|
100
|
-
sig { params(args: T.untyped).returns(Wizard::HABTM_Subjects::ActiveRecord_Relation) }
|
101
|
-
def select(*args); end
|
102
|
-
|
103
100
|
sig { params(args: T.untyped).returns(Wizard::HABTM_Subjects::ActiveRecord_Relation) }
|
104
101
|
def order(*args); end
|
105
102
|
|
@@ -175,6 +172,12 @@ module Wizard::HABTM_Subjects::QueryMethodsReturningRelation
|
|
175
172
|
sig { params(args: T.untyped).returns(Wizard::HABTM_Subjects::ActiveRecord_Relation) }
|
176
173
|
def except(*args); end
|
177
174
|
|
175
|
+
sig { params(block: T.proc.params(e: Wizard::HABTM_Subjects).returns(T::Boolean)).returns(T::Array[Wizard::HABTM_Subjects]) }
|
176
|
+
def select(&block); end
|
177
|
+
|
178
|
+
sig { params(args: T.any(String, Symbol)).returns(Wizard::HABTM_Subjects::ActiveRecord_Relation) }
|
179
|
+
def select_columns(*args); end
|
180
|
+
|
178
181
|
sig { params(args: T.untyped, block: T.nilable(T.proc.void)).returns(Wizard::HABTM_Subjects::ActiveRecord_Relation) }
|
179
182
|
def extending(*args, &block); end
|
180
183
|
|
@@ -198,9 +201,6 @@ module Wizard::HABTM_Subjects::QueryMethodsReturningAssociationRelation
|
|
198
201
|
sig { params(block: T.nilable(T.proc.void)).returns(Wizard::HABTM_Subjects::ActiveRecord_Relation) }
|
199
202
|
def unscoped(&block); end
|
200
203
|
|
201
|
-
sig { params(args: T.untyped).returns(Wizard::HABTM_Subjects::ActiveRecord_AssociationRelation) }
|
202
|
-
def select(*args); end
|
203
|
-
|
204
204
|
sig { params(args: T.untyped).returns(Wizard::HABTM_Subjects::ActiveRecord_AssociationRelation) }
|
205
205
|
def order(*args); end
|
206
206
|
|
@@ -276,6 +276,12 @@ module Wizard::HABTM_Subjects::QueryMethodsReturningAssociationRelation
|
|
276
276
|
sig { params(args: T.untyped).returns(Wizard::HABTM_Subjects::ActiveRecord_AssociationRelation) }
|
277
277
|
def except(*args); end
|
278
278
|
|
279
|
+
sig { params(block: T.proc.params(e: Wizard::HABTM_Subjects).returns(T::Boolean)).returns(T::Array[Wizard::HABTM_Subjects]) }
|
280
|
+
def select(&block); end
|
281
|
+
|
282
|
+
sig { params(args: T.any(String, Symbol)).returns(Wizard::HABTM_Subjects::ActiveRecord_AssociationRelation) }
|
283
|
+
def select_columns(*args); end
|
284
|
+
|
279
285
|
sig { params(args: T.untyped, block: T.nilable(T.proc.void)).returns(Wizard::HABTM_Subjects::ActiveRecord_AssociationRelation) }
|
280
286
|
def extending(*args, &block); end
|
281
287
|
|
@@ -796,9 +796,6 @@ module Wizard::QueryMethodsReturningRelation
|
|
796
796
|
sig { params(block: T.nilable(T.proc.void)).returns(Wizard::ActiveRecord_Relation) }
|
797
797
|
def unscoped(&block); end
|
798
798
|
|
799
|
-
sig { params(args: T.untyped).returns(Wizard::ActiveRecord_Relation) }
|
800
|
-
def select(*args); end
|
801
|
-
|
802
799
|
sig { params(args: T.untyped).returns(Wizard::ActiveRecord_Relation) }
|
803
800
|
def order(*args); end
|
804
801
|
|
@@ -874,6 +871,12 @@ module Wizard::QueryMethodsReturningRelation
|
|
874
871
|
sig { params(args: T.untyped).returns(Wizard::ActiveRecord_Relation) }
|
875
872
|
def except(*args); end
|
876
873
|
|
874
|
+
sig { params(block: T.proc.params(e: Wizard).returns(T::Boolean)).returns(T::Array[Wizard]) }
|
875
|
+
def select(&block); end
|
876
|
+
|
877
|
+
sig { params(args: T.any(String, Symbol)).returns(Wizard::ActiveRecord_Relation) }
|
878
|
+
def select_columns(*args); end
|
879
|
+
|
877
880
|
sig { params(args: T.untyped, block: T.nilable(T.proc.void)).returns(Wizard::ActiveRecord_Relation) }
|
878
881
|
def extending(*args, &block); end
|
879
882
|
|
@@ -897,9 +900,6 @@ module Wizard::QueryMethodsReturningAssociationRelation
|
|
897
900
|
sig { params(block: T.nilable(T.proc.void)).returns(Wizard::ActiveRecord_Relation) }
|
898
901
|
def unscoped(&block); end
|
899
902
|
|
900
|
-
sig { params(args: T.untyped).returns(Wizard::ActiveRecord_AssociationRelation) }
|
901
|
-
def select(*args); end
|
902
|
-
|
903
903
|
sig { params(args: T.untyped).returns(Wizard::ActiveRecord_AssociationRelation) }
|
904
904
|
def order(*args); end
|
905
905
|
|
@@ -975,6 +975,12 @@ module Wizard::QueryMethodsReturningAssociationRelation
|
|
975
975
|
sig { params(args: T.untyped).returns(Wizard::ActiveRecord_AssociationRelation) }
|
976
976
|
def except(*args); end
|
977
977
|
|
978
|
+
sig { params(block: T.proc.params(e: Wizard).returns(T::Boolean)).returns(T::Array[Wizard]) }
|
979
|
+
def select(&block); end
|
980
|
+
|
981
|
+
sig { params(args: T.any(String, Symbol)).returns(Wizard::ActiveRecord_AssociationRelation) }
|
982
|
+
def select_columns(*args); end
|
983
|
+
|
978
984
|
sig { params(args: T.untyped, block: T.nilable(T.proc.void)).returns(Wizard::ActiveRecord_AssociationRelation) }
|
979
985
|
def extending(*args, &block); end
|
980
986
|
|
@@ -790,9 +790,6 @@ module Wizard::QueryMethodsReturningRelation
|
|
790
790
|
sig { params(block: T.nilable(T.proc.void)).returns(Wizard::ActiveRecord_Relation) }
|
791
791
|
def unscoped(&block); end
|
792
792
|
|
793
|
-
sig { params(args: T.untyped).returns(Wizard::ActiveRecord_Relation) }
|
794
|
-
def select(*args); end
|
795
|
-
|
796
793
|
sig { params(args: T.untyped).returns(Wizard::ActiveRecord_Relation) }
|
797
794
|
def order(*args); end
|
798
795
|
|
@@ -868,6 +865,12 @@ module Wizard::QueryMethodsReturningRelation
|
|
868
865
|
sig { params(args: T.untyped).returns(Wizard::ActiveRecord_Relation) }
|
869
866
|
def except(*args); end
|
870
867
|
|
868
|
+
sig { params(block: T.proc.params(e: Wizard).returns(T::Boolean)).returns(T::Array[Wizard]) }
|
869
|
+
def select(&block); end
|
870
|
+
|
871
|
+
sig { params(args: T.any(String, Symbol)).returns(Wizard::ActiveRecord_Relation) }
|
872
|
+
def select_columns(*args); end
|
873
|
+
|
871
874
|
sig { params(args: T.untyped, block: T.nilable(T.proc.void)).returns(Wizard::ActiveRecord_Relation) }
|
872
875
|
def extending(*args, &block); end
|
873
876
|
|
@@ -891,9 +894,6 @@ module Wizard::QueryMethodsReturningAssociationRelation
|
|
891
894
|
sig { params(block: T.nilable(T.proc.void)).returns(Wizard::ActiveRecord_Relation) }
|
892
895
|
def unscoped(&block); end
|
893
896
|
|
894
|
-
sig { params(args: T.untyped).returns(Wizard::ActiveRecord_AssociationRelation) }
|
895
|
-
def select(*args); end
|
896
|
-
|
897
897
|
sig { params(args: T.untyped).returns(Wizard::ActiveRecord_AssociationRelation) }
|
898
898
|
def order(*args); end
|
899
899
|
|
@@ -969,6 +969,12 @@ module Wizard::QueryMethodsReturningAssociationRelation
|
|
969
969
|
sig { params(args: T.untyped).returns(Wizard::ActiveRecord_AssociationRelation) }
|
970
970
|
def except(*args); end
|
971
971
|
|
972
|
+
sig { params(block: T.proc.params(e: Wizard).returns(T::Boolean)).returns(T::Array[Wizard]) }
|
973
|
+
def select(&block); end
|
974
|
+
|
975
|
+
sig { params(args: T.any(String, Symbol)).returns(Wizard::ActiveRecord_AssociationRelation) }
|
976
|
+
def select_columns(*args); end
|
977
|
+
|
972
978
|
sig { params(args: T.untyped, block: T.nilable(T.proc.void)).returns(Wizard::ActiveRecord_AssociationRelation) }
|
973
979
|
def extending(*args, &block); end
|
974
980
|
|
@@ -76,9 +76,6 @@ module ActiveStorage::Attachment::QueryMethodsReturningRelation
|
|
76
76
|
sig { params(block: T.nilable(T.proc.void)).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
|
77
77
|
def unscoped(&block); end
|
78
78
|
|
79
|
-
sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
|
80
|
-
def select(*args); end
|
81
|
-
|
82
79
|
sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
|
83
80
|
def reselect(*args); end
|
84
81
|
|
@@ -166,6 +163,12 @@ module ActiveStorage::Attachment::QueryMethodsReturningRelation
|
|
166
163
|
sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
|
167
164
|
def only(*args); end
|
168
165
|
|
166
|
+
sig { params(block: T.proc.params(e: ActiveStorage::Attachment).returns(T::Boolean)).returns(T::Array[ActiveStorage::Attachment]) }
|
167
|
+
def select(&block); end
|
168
|
+
|
169
|
+
sig { params(args: T.any(String, Symbol)).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
|
170
|
+
def select_columns(*args); end
|
171
|
+
|
169
172
|
sig { params(args: T.untyped, block: T.nilable(T.proc.void)).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
|
170
173
|
def extending(*args, &block); end
|
171
174
|
|
@@ -189,9 +192,6 @@ module ActiveStorage::Attachment::QueryMethodsReturningAssociationRelation
|
|
189
192
|
sig { params(block: T.nilable(T.proc.void)).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
|
190
193
|
def unscoped(&block); end
|
191
194
|
|
192
|
-
sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
|
193
|
-
def select(*args); end
|
194
|
-
|
195
195
|
sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
|
196
196
|
def reselect(*args); end
|
197
197
|
|
@@ -279,6 +279,12 @@ module ActiveStorage::Attachment::QueryMethodsReturningAssociationRelation
|
|
279
279
|
sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
|
280
280
|
def only(*args); end
|
281
281
|
|
282
|
+
sig { params(block: T.proc.params(e: ActiveStorage::Attachment).returns(T::Boolean)).returns(T::Array[ActiveStorage::Attachment]) }
|
283
|
+
def select(&block); end
|
284
|
+
|
285
|
+
sig { params(args: T.any(String, Symbol)).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
|
286
|
+
def select_columns(*args); end
|
287
|
+
|
282
288
|
sig { params(args: T.untyped, block: T.nilable(T.proc.void)).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
|
283
289
|
def extending(*args, &block); end
|
284
290
|
|