mirror of
https://github.com/we-promise/sure.git
synced 2026-05-29 15:34:58 +00:00
Linter noise
This commit is contained in:
@@ -19,7 +19,7 @@ class Sync < ApplicationRecord
|
||||
scope :incomplete, -> { where("syncs.status IN (?)", %w[pending syncing]) }
|
||||
scope :visible, -> { incomplete.where("syncs.created_at > ?", VISIBLE_FOR.ago) }
|
||||
|
||||
after_commit :update_family_sync_timestamp, on: [:create, :update]
|
||||
after_commit :update_family_sync_timestamp, on: [ :create, :update ]
|
||||
|
||||
serialize :sync_stats, coder: JSON
|
||||
|
||||
|
||||
Reference in New Issue
Block a user