Class: Follow
- Inherits:
-
SharpSocial::Models::Follow
- Object
- ActiveRecord::Base
- SharpSocial::Models::Follow
- Follow
- Defined in:
- lib/generators/sharp_social/templates/follow.rb
Instance Method Summary collapse
Methods inherited from ActiveRecord::Base
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 |