Sha256: 549a450d46ced4c2245ea000af20cad0d190014d36cab0b86988a3b45ba2463e
Contents?: true
Size: 675 Bytes
Versions: 7
Compression:
Stored size: 675 Bytes
Contents
# typed: strict # DO NOT EDIT MANUALLY # This file was pulled from a central RBI files repository. # Please run `bin/tapioca annotations` to update it. class ActiveRecord::Schema sig { params(info: T::Hash[T.untyped, T.untyped], blk: T.proc.bind(ActiveRecord::Schema).void).void } def self.define(info = nil, &blk); end end class ActiveRecord::Migration # @shim: Methods on migration are delegated to `SchemaStatements` using `method_missing` include ActiveRecord::ConnectionAdapters::SchemaStatements # @shim: Methods on migration are delegated to `DatabaseaStatements` using `method_missing` include ActiveRecord::ConnectionAdapters::DatabaseStatements end
Version data entries
7 entries across 7 versions & 2 rubygems