1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-22 06:39:39 +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 module AutoSync
extend ActiveSupport::Concern extend ActiveSupport::Concern
included do # included do
before_action :sync_family, if: :family_needs_auto_sync? # before_action :sync_family, if: :family_needs_auto_sync?
end # end
private private
def sync_family def sync_family