mirror of
https://github.com/we-promise/sure.git
synced 2026-04-14 09:34:05 +00:00
Comment out auto-sync callback in AutoSync concern to disable family synchronization temporarily.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user