Created
October 18, 2018 03:14
-
-
Save staycreativedesign/7dcce18111e6b9e7fec0645dad734dc0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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