mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 15:49:39 +02: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:
parent
cdad31812a
commit
84b2426e54
23 changed files with 1477 additions and 2166 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue