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