module Social::Engageable

Public Instance Methods

social_engagement() click to toggle source
# File lib/social/engageable.rb, line 2
def social_engagement
  Social::Engagement.for(self)
end