Module: Tag::Associations

Included in:
Tube, Well
Defined in:
app/models/tag.rb

Instance Method Summary collapse

Instance Method Details

#untag!Object



11
12
13
# File 'app/models/tag.rb', line 11

def untag!
  aliquots.first.try(:update!, tag: nil)
end