module ActiveRecord::Core::ClassMethods

def table_metadata

def table_metadata
  TableMetadata.new(self, arel_table)
end