diff --git a/gems/activerecord/7.2/activerecord-7.2.rbs b/gems/activerecord/7.2/activerecord-7.2.rbs index 0cf3d42f..dc84b3ca 100644 --- a/gems/activerecord/7.2/activerecord-7.2.rbs +++ b/gems/activerecord/7.2/activerecord-7.2.rbs @@ -32,7 +32,7 @@ module ActiveRecord def insert_all!: (untyped attributes, ?returning: untyped?, ?record_timestamps: bool?) -> untyped def upsert: (untyped attributes, ?unique_by: untyped?, ?returning: untyped?, ?record_timestamps: bool?) -> untyped def upsert_all: (untyped attributes, ?unique_by: untyped?, ?returning: untyped?, ?record_timestamps: bool?) -> untyped - def load_async: () -> Relation + def load_async: () -> self end module Inheritance diff --git a/gems/activerecord/8.0/activerecord-8.0.rbs b/gems/activerecord/8.0/activerecord-8.0.rbs index 0cf3d42f..dc84b3ca 100644 --- a/gems/activerecord/8.0/activerecord-8.0.rbs +++ b/gems/activerecord/8.0/activerecord-8.0.rbs @@ -32,7 +32,7 @@ module ActiveRecord def insert_all!: (untyped attributes, ?returning: untyped?, ?record_timestamps: bool?) -> untyped def upsert: (untyped attributes, ?unique_by: untyped?, ?returning: untyped?, ?record_timestamps: bool?) -> untyped def upsert_all: (untyped attributes, ?unique_by: untyped?, ?returning: untyped?, ?record_timestamps: bool?) -> untyped - def load_async: () -> Relation + def load_async: () -> self end module Inheritance