method

migrate

rails latest stable - Class: ActiveRecord::Migration::Compatibility::Legacy

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.0.0.1) is shown here.

migrate(*)
public

No documentation available.

# File activerecord/lib/active_record/migration/compatibility.rb, line 115
        def migrate(*)
          ActiveSupport::Deprecation.warn              "Directly inheriting from ActiveRecord::Migration is deprecated. "              "Please specify the Rails release the migration was written for:\n"              "\n"              "  class #{self.class.name} < ActiveRecord::Migration[4.2]"
          super
        end