instance method
tables
Ruby on Rails 5.0.7.2
Since v5.0.7.2Signature
tables(name = nil)
Returns an array of table names defined in the database.
Parameters
-
nameopt = nil
Source
# File activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb, line 46
def tables(name = nil)
raise NotImplementedError, "#tables is not implemented"
end
Defined in activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb line 46
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::SchemaStatements