method

new

rails latest stable - Class: ActiveRecord::InternalMetadata
new(connection)
public

No documentation available.

# File activerecord/lib/active_record/internal_metadata.rb, line 18
    def initialize(connection)
      @connection = connection
      @arel_table = Arel::Table.new(table_name)
    end