1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 05:09:38 +02:00

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