method
tables
v4.2.1 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::SchemaCache
tables(name)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 37
def tables(name)
@tables[name]
end