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