method

new

rails latest stable - Class: ActiveRecord::ConnectionAdapters::Table

Method not available on this version

This method is only available on newer versions. The first available version (v2.1.0) is shown here.

new(table_name, base)
public

No documentation available.

# File activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb, line 507
      def initialize(table_name, base)
        @table_name = table_name
        @base = base
      end