diff --git a/README.md b/README.md index c997fe3..9b617ed 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,12 @@ Use destroy, destroy\_all, delete, and :dependent option and also use acts\_as\_archive, those relationships will archive automatically. +Automatically archive relationships +----------------------------------- + +If your acts\_as\_archive model's relationship has the :dependent option and also uses acts\_as\_archive, that relationships will archive automatically. + +__To use this feature, you must declare your relationships before the acts\_as\_archive call within your model!__ What if my schema changes? --------------------------