Skip to content

Instantly share code, notes, and snippets.

@MaryKuz
Created March 28, 2019 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MaryKuz/5ec3d1239d50acc30324ccb84658648e to your computer and use it in GitHub Desktop.
Save MaryKuz/5ec3d1239d50acc30324ccb84658648e to your computer and use it in GitHub Desktop.
Run console command
Product.create!([{ name: 'apple', price: 5, description: 'green' },
{ name: 'beer', price: 10, description: 'cold' }])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment