Last active
December 20, 2015 18:39
-
-
Save shobhitic/6177112 to your computer and use it in GitHub Desktop.
Correct YAML syntax
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
shobhit: | |
first_name: Shobhit | |
mid_name: Wait For It | |
last_name: Bakliwal | |
random_info: Loves gatte ki Sabji | |
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html | |
one: | |
title: MyString | |
description: MyText | |
image_url: MyString | |
price: 9.99 | |
two: | |
title: MyString | |
description: MyText | |
image_url: MyString | |
price: 9.99 | |
ruby: | |
title: Programming Ruby 1.9 | |
description: | |
Ruby is the fastest growing and most exciting dynamic language | |
out there. If you need to get working programs delivered fast, | |
you should add Ruby to your toolbox. | |
price: 49.50 | |
image_url: ruby.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment