Skip to content

Commit

Permalink
Add ancestry reference to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
atd committed Sep 20, 2010
1 parent 6710e24 commit 3c72e58
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.rdoc
Expand Up @@ -22,7 +22,15 @@ application towards a well-known compatible data model design.

= Installation

It requires Rails 3. Install it in a Rails application with:
It requires Rails 3. A gem for strength hierarchies in relations is required. Add to your Gemfile:

gem 'atd-ancestry', :require => 'ancestry'

and

bundle update

Then install the plugin with:

rails plugin install http://github.com/atd/social_stream.git

Expand Down

0 comments on commit 3c72e58

Please sign in to comment.