Module: Tag::Associations
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 |
11 12 13 |
# File 'app/models/tag.rb', line 11 def untag! aliquots.first.try(:update!, tag: nil) end |