diff --git a/lib/acts_as_follower/follower.rb b/lib/acts_as_follower/follower.rb index 8fa3300..c3dd7db 100644 --- a/lib/acts_as_follower/follower.rb +++ b/lib/acts_as_follower/follower.rb @@ -41,7 +41,7 @@ def stop_following(followable) end end - # returns the follows records to the current instance + # Returns the follows records to the current instance def follows_scoped self.follows.unblocked.includes(:followable) end