Module: Synced::Engine::HasSyncedData

Extended by:
ActiveSupport::Concern
Defined in:
lib/synced/engine/has_synced_data.rb

Overview

Provide a serialized attribute for models. This attribute is ‘synced_data_key` which by default is `:synced_data`. This is a friendlier alternative to `serialize` with respect to dirty attributes.

Defined Under Namespace

Classes: SyncedData