mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 20:14:08 +00:00
Benchmarking setup (#2366)
* Benchmarking setup * Get demo data working in benchmark scenario * Finalize default demo scenario * Finalize benchmarking setup
This commit is contained in:
@@ -8,9 +8,6 @@ class Demo::DataCleaner
|
||||
|
||||
# Main entry point for destroying all demo data
|
||||
def destroy_everything!
|
||||
puts "Clearing existing data..."
|
||||
|
||||
# Rails associations handle cascading deletes
|
||||
Family.destroy_all
|
||||
Setting.destroy_all
|
||||
InviteCode.destroy_all
|
||||
|
||||
Reference in New Issue
Block a user