Module: PgParty::Hacks::SchemaCache

Defined in:
lib/pg_party/hacks/schema_cache.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



6
7
8
9
10
# File 'lib/pg_party/hacks/schema_cache.rb', line 6

def self.included(base)
  return if base.method_defined?(:data_source_exists?)

  base.send(:alias_method, :data_source_exists?, :table_exists?)
end