method
new
v4.0.2 -
Show latest stable
- Class:
ActiveRecord::Tasks::SqlserverDatabaseTasks
new(configuration)public
No documentation available.
# File activerecord/lib/active_record/tasks/sqlserver_database_tasks.rb, line 8
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