Created
April 3, 2013 22:40
-
-
Save sholden/5306115 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
dealer_in_a_dma_only: | |
user_type: dealer | |
title: dma only | |
message: dma only | |
start_at: <%= Time.now - 3.days %> | |
options: '<%= { :dma => ['san jose'] }.to_yaml %>' | |
dealer_in_a_dma_and_make: | |
user_type: dealer | |
title: dma and make | |
message: dma and make | |
start_at: <%= Time.now - 1.day %> | |
options: "--- \n:dma: \n- new york\n:make: \n- Ford\n" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"#<Psych::SyntaxError: (): mapping values are not allowed in this context at line 1 column 10>"