Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
winton committed Jan 21, 2011
1 parent 70908bd commit ae7e01a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ Records move into the archive table instead of being destroyed.
Automatically archive relationships
-----------------------------------

If your <code>acts\_as\_archive</code> model's relationship has the <code>:dependent</code> option and also uses <code>acts\_as\_archive</code>, that relationships will archive automatically.
If your <code>acts\_as\_archive</code> model's relationship has the <code>:dependent</code> option and also uses <code>acts\_as\_archive</code>, that relationship will archive automatically.

__To use this feature, you must declare your relationships before the acts\_as\_archive call within your model!__
__To use this feature, you must declare your relationships before the <code>acts\_as\_archive</code> call within your model!__

What if my schema changes?
--------------------------
Expand Down

0 comments on commit ae7e01a

Please sign in to comment.