mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user