module ActsAsFollower::Follower
Public Class Methods
included(base)
click to toggle source
# File lib/acts_as_follower/follower.rb, line 4 def self.included(base) base.extend ClassMethods end
# File lib/acts_as_follower/follower.rb, line 4 def self.included(base) base.extend ClassMethods end