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:
parent
ee9fe1b62d
commit
1f8a994b4e
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue