Comment out auto-sync callback in AutoSync concern to disable family synchronization temporarily.

This commit is contained in:
Josh Pigford
2025-06-01 06:17:11 -05:00
parent ee9fe1b62d
commit 1f8a994b4e

View File

@@ -1,9 +1,9 @@
module AutoSync
extend ActiveSupport::Concern
included do
before_action :sync_family, if: :family_needs_auto_sync?
end
# included do
# before_action :sync_family, if: :family_needs_auto_sync?
# end
private
def sync_family