Enable auto-sync for family in controller again

Signed-off-by: Juan José Mata <juanjo.mata@gmail.com>
This commit is contained in:
Juan José Mata
2026-01-23 09:41:28 +01:00
committed by GitHub
parent 188d4ed221
commit 6dab611fef

View File

@@ -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