Sha256: ac81e4e36ec0d7f083f7cede06d7b521b239a7ae038d06e1d33923d3f0846610

Contents?: true

Size: 574 Bytes

Versions: 2

Compression:

Stored size: 574 Bytes

Contents

class PG::UndefinedTable < StandardError
end

class IO
  def string: () -> String
end

module ActiveRecord
  def self.schema_format: () -> Symbol

  class Base
    def self.configurations: () -> ActiveRecord::DatabaseConfigurations
  end
end

module Rails
  class Railtie
  end
end

module AnnotateModels
  def self.do_annotations: (Hash[Symbol, untyped]) -> nil
end

module Scenic
  module Adapters
    class Postgres
      def refresh_materialized_view: (String, ?concurrently: bool, ?cascade: bool) -> nil
    end
  end

  def self.database: () -> Adapters::Postgres
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
searchcraft-0.4.2 sig/ext/misc.rbs
searchcraft-0.4.1 sig/ext/misc.rbs