Class: Follow

Inherits:
SharpSocial::Models::Follow show all
Defined in:
lib/generators/sharp_social/templates/follow.rb

Instance Method Summary collapse

Methods inherited from ActiveRecord::Base

#is_actor?

Instance Method Details

#block!Object



6
7
8
# File 'lib/generators/sharp_social/templates/follow.rb', line 6

def block!
  self.update_attribute(:blocked, true)
end