columns_hash(table_name)
public

No documentation available.

# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 187
      def columns_hash(table_name)
        @schema_reflection.columns_hash(@connection, table_name)
      end