instance method
tables
Ruby on Rails 4.2.11.3
Since v4.0.13 Last seen in v5.0.7.2Signature
tables(name)
No documentation comment.
Parameters
-
namereq
Source
# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 37
def tables(name)
@tables[name]
end
Defined in activerecord/lib/active_record/connection_adapters/schema_cache.rb line 37
· View on GitHub
· Improve this page
· Find usages on GitHub