From 55adf2cb060b7f74734dad33c8bab3b18cf2859b Mon Sep 17 00:00:00 2001
From: Arnaud Levy <contact@arnaudlevy.com>
Date: Sun, 16 Jul 2023 08:25:36 +0200
Subject: [PATCH] coherence

---
 app/models/communication/website/menu/with_automatism.rb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app/models/communication/website/menu/with_automatism.rb b/app/models/communication/website/menu/with_automatism.rb
index 52d230186..4f62e53d4 100644
--- a/app/models/communication/website/menu/with_automatism.rb
+++ b/app/models/communication/website/menu/with_automatism.rb
@@ -7,11 +7,11 @@ module Communication::Website::Menu::WithAutomatism
 
   def generate_automatically
     begin
-      suspend_git_sync
+      pause_git_sync
       clear_items
       create_items
     ensure
-      reactivate_git_sync
+      unpause_git_sync
     end
   end
 
@@ -21,7 +21,7 @@ module Communication::Website::Menu::WithAutomatism
 
   protected
   
-  def suspend_git_sync
+  def pause_git_sync
     # TODO
   end
 
@@ -53,7 +53,7 @@ module Communication::Website::Menu::WithAutomatism
     create_items_for_children_of(page, item)
   end
 
-  def reactivate_git_sync
+  def unpause_git_sync
     # TODO
   end
 end
\ No newline at end of file
-- 
GitLab