README.rdoc in graph_mediator-0.2.2 vs README.rdoc in graph_mediator-0.2.3

- old
+ new

@@ -104,10 +104,10 @@ as a dependency of the root node, since updates will also update the root nodes lock_version. So if another transaction updates a child, root.lock_version should increment, and the first transaction should raise a StaleObject error when it too tries to update the child. -If you override super in the model hierarchy you are mediating, you must pass your +If you override save in the model hierarchy you are mediating, you must pass your override as a block to super or it will occur outside of mediation: def save super do my_local_changes