method
data_source_exists?
v8.0.0 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::BoundSchemaReflection
data_source_exists?(name)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 181
def data_source_exists?(name)
@schema_reflection.data_source_exists?(@pool, name)
end