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