Skip to content

Commit

Permalink
Readme fixed again
Browse files Browse the repository at this point in the history
  • Loading branch information
skyeagle committed Apr 16, 2011
1 parent 622cb11 commit 6c3abfb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -16,8 +16,8 @@ To apply Mongoid-ancestry to any Mongoid model, follow these simple steps:

2. Add ancestry to your model

include Mongoid::Ancestry
has_ancestry
include Mongoid::Ancestry
has_ancestry

Your model is now a tree!

Expand Down Expand Up @@ -166,8 +166,8 @@ With Mongoid-ancestry its easy to migrate from any of these plugins, to do so, u
* See 'Installation' for more info on installing and configuring gem
* Add to app/models/[model].rb:

include Mongoid::Ancestry
has_ancestry
include Mongoid::Ancestry
has_ancestry

* Create indexes

Expand Down

0 comments on commit 6c3abfb

Please sign in to comment.