products.yml 535 B

1234567891011121314151617181920212223
  1. # Read about fixtures at
  2. # http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
  3. one:
  4. title: MyString
  5. description: MyText
  6. image_url: MyString
  7. price: 9.99
  8. two:
  9. title: MyString
  10. description: MyText
  11. image_url: MyString
  12. price: 9.99
  13. ruby:
  14. title: Programming Ruby 1.9
  15. description:
  16. Ruby is the fastest growing and most exciting dynamic
  17. language out there. If you need to get working programs
  18. delivered fast, you should add Ruby to your toolbox.
  19. price: 49.50
  20. image_url: ruby.png