Created
May 19, 2017 02:38
-
-
Save jesuslerma/f5bf65b226e5e824facaf29e4bca833a to your computer and use it in GitHub Desktop.
This file contains 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
ropa = Category.create name: 'Ropa' | |
electro = Category.create name: 'Electronicos' | |
disco = Category.create name: 'Discos' | |
Product.create name: 'Playera Locochona', photo: 'https://pbs.twimg.com/profile_images/561116211258220544/FlICmGnj.jpeg', stock: 12, category_id: ropa.id | |
Product.create name: 'Playera Locochona', photo: 'https://pbs.twimg.com/profile_images/561116211258220544/FlICmGnj.jpeg', stock: 12, category_id: ropa.id |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment