method

new

rails latest stable - Class: ActiveRecord::Tasks::FirebirdDatabaseTasks

Method deprecated or moved

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

new(configuration)
public

No documentation available.

# File activerecord/lib/active_record/tasks/firebird_database_tasks.rb, line 6
      def initialize(configuration)
        ActiveSupport::Deprecation.warn "This database tasks were deprecated, because this tasks should be served by the 3rd party adapter."
        @configuration = configuration
      end