Module: Interest::Blockable::Blocking::ClassMethods

Defined in:
lib/interest/blockable/blocking.rb

Instance Method Summary collapse

Instance Method Details

#destroy_relationships_between(a, b) ⇒ Object



42
43
44
# File 'lib/interest/blockable/blocking.rb', line 42

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