Skip to content

Commit

Permalink
README Typo Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adhlssu07 committed Jan 16, 2012
1 parent 4bd761e commit 3da16e2
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 @@ -71,7 +71,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 3da16e2

Please sign in to comment.