Skip to content

Instantly share code, notes, and snippets.

@kalupa
Created February 22, 2013 21:57
Show Gist options
  • Save kalupa/5016865 to your computer and use it in GitHub Desktop.
Save kalupa/5016865 to your computer and use it in GitHub Desktop.
def cleanup_variants
self.variants.each do |variant|
variant.variant_values.delete(self)
variant.destroy if variant.variant_values.count == 0
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment