instance method
tables
Ruby on Rails 4.2.9
Since v4.0.13 Last seen in v4.2.9Signature
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