method
purge_all
v5.2.3 -
Show latest stable
- Class:
ActiveRecord::Tasks::DatabaseTasks
purge_all()public
No documentation available.
# File activerecord/lib/active_record/tasks/database_tasks.rb, line 212
def purge_all
each_local_configuration { |configuration|
purge configuration
}
end