method
new
rails latest stable - Class:
ActiveRecord::Tasks::FirebirdDatabaseTasks
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