README.rdoc in acts_as_followable-0.1.4 vs README.rdoc in acts_as_followable-0.1.5
- old
+ new
@@ -109,5 +109,10 @@
Follow.for_follower(user).limit(1)
# Follow records from followable
Follow.for_followable(book)
Follow.for_followable(book).order('created_at')
+
+== Contributors
+
++ {xpepermint}[http://github.com/xpepermint] (Author)
++ {afhammad}[http://github.com/afhammad]