module ActiveRecord::ModelSchema::ClassMethods

def columns_hash # :nodoc:

:nodoc:
def columns_hash # :nodoc:
  load_schema
  @columns_hash
end