module ActsAsAble::Follower

关注

Public Class Methods

included(receiver) click to toggle source
# File lib/acts_as_able/follower.rb, line 11
def self.included(receiver)
  receiver.extend         ClassMethods
  receiver.send :include, InstanceMethods
end