Module: Synced
- Defined in:
- lib/synced/synchronizer.rb,
lib/synced.rb,
lib/synced/model.rb,
lib/synced/rails.rb,
lib/synced/version.rb,
lib/synced/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
Modules: HasSyncedData, Model Classes: Engine, Synchronizer
Constant Summary collapse
- VERSION =
"0.0.10"