Method: ActiveRecord::ConnectionAdapters::SchemaReflection#data_source_exists?
- Defined in:
- activerecord/lib/active_record/connection_adapters/schema_cache.rb
#data_source_exists?(pool, name) ⇒ Boolean
37 38 39 |
# File 'activerecord/lib/active_record/connection_adapters/schema_cache.rb', line 37 def data_source_exists?(pool, name) cache(pool).data_source_exists?(pool, name) end |