README.rdoc in muck-comments-0.1.15 vs README.rdoc in muck-comments-0.1.16
- old
+ new
@@ -3,15 +3,14 @@
Add comments to any object. This gem is the muck version of acts_as_commentable_with_threading (http://github.com/elight/acts_as_commentable_with_threading/tree/master)
== Setup
Install the the awesome_nested_set gem (http://github.com/collectiveidea/awesome_nested_set/tree/master)
- gem sources -a http://gems.github.com
- sudo gem install collectiveidea-awesome_nested_set
+ sudo gem install awesome_nested_set
Then add it to your environment.rb:
- config.gem "collectiveidea-awesome_nested_set", :lib => 'awesome_nested_set'
+ config.gem "awesome_nested_set"
== Usage
=== Comment model
Create a model called comment in your project and add the following: