Module: Interest::Followable::Following::ClassMethods

Defined in:
lib/interest/followable/following.rb

Instance Method Summary collapse

Instance Method Details

#destroy_relationships_between(a, b) ⇒ Object



56
57
58
# File 'lib/interest/followable/following.rb', line 56

def destroy_relationships_between(a, b)
  between(a, b).destroy_all
end