instance method
columns
Ruby on Rails 4.1.16
Since v3.2.22.5Signature
columns(table)
Get the columns for a table
Parameters
-
tablereq
Source
# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 43
def columns(table)
@columns[table]
end
Defined in activerecord/lib/active_record/connection_adapters/schema_cache.rb line 43
· View on GitHub
· Improve this page
· Find usages on GitHub