Skip to content

Commit

Permalink
Merge pull request tcocca#19 from GeekOnCoffee/master
Browse files Browse the repository at this point in the history
Minor Typo Fix
  • Loading branch information
tcocca committed Sep 15, 2013
2 parents 1da827c + 3da16e2 commit 86cb22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ You can check to see if an object that acts_as_follower is following another obj
user.following?(book) # Returns true or false

To get the total number (count) of follows for a user use the following on a model that acts_as_follower
user.follow_count # Returns and integer
user.follow_count # Returns an integer

To get follow records that have not been blocked use the following
user.all_follows # returns an array of Follow records
Expand Down

0 comments on commit 86cb22d

Please sign in to comment.