method
configuration_hash_without_database
v6.1.3.1 -
Show latest stable
- Class:
ActiveRecord::Tasks::MySQLDatabaseTasks
configuration_hash_without_database()private
No documentation available.
# File activerecord/lib/active_record/tasks/mysql_database_tasks.rb, line 73
def configuration_hash_without_database
configuration_hash.merge(database: nil)
end