README.md in replication-0.2.0 vs README.md in replication-0.3.0
- old
+ new
@@ -99,9 +99,15 @@
It's highly recommended that you save your model instances before trying to replicate, since it
needs the 'id' and 'type' references for the association.
In some cases you don't want/won't need the strands to be associated, so, be free.
+There's also a Association module, that is experimental and should be used with care. It uses the same parameters as the ```accepts_nested_attributes_for```.
+
+```ruby
+Model.can_replicate with: { associations: [:children, reject_if: :all_blank] }
+```
+
### Rails
Migrations are be provided by:
```
rake replication_engine:install:migrations