# File lib/active_record/base.rb, line 686 def columns_hash @columns_hash ||= Hash[columns.map { |column| [column.name, column] }] end