aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/models/clean_up.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/models/clean_up.rb b/app/models/clean_up.rb
index 4656cdb31..a708a77ea 100644
--- a/app/models/clean_up.rb
+++ b/app/models/clean_up.rb
@@ -49,9 +49,8 @@ class CleanUp < ApplicationModel
# Disabled for the moment. See #5372
# destroy_time_tables_outside_referential
- destroy_vehicle_journeys
- destroy_journey_patterns
- destroy_routes
+ # Run caller-specified cleanup methods
+ run_methods
end
end
end