columns(table)
Get the columns for a table
# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 43 def columns(table) @columns[table] end