method

new

rails latest stable - Class: ActiveRecord::Migration::DefaultSchemaVersionsFormatter

Method not available on this version

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

new(connection)
public

No documentation available.

# File activerecord/lib/active_record/migration/default_schema_versions_formatter.rb, line 9
      def initialize(connection)
        @connection = connection
      end