Skip to content

Instantly share code, notes, and snippets.

@staycreativedesign
Created October 18, 2018 03:14
Show Gist options
  • Save staycreativedesign/7dcce18111e6b9e7fec0645dad734dc0 to your computer and use it in GitHub Desktop.
Save staycreativedesign/7dcce18111e6b9e7fec0645dad734dc0 to your computer and use it in GitHub Desktop.
if category = category.subcategories.where(title: subcategory).present?
subcategory category.subcategories.where(title: subcategory)
else
subcategory = Subcategory.create(category_id: category_id, title: subcategory)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment