Skip to content

Instantly share code, notes, and snippets.

@sholden
Created April 3, 2013 22:40
Show Gist options
  • Save sholden/5306115 to your computer and use it in GitHub Desktop.
Save sholden/5306115 to your computer and use it in GitHub Desktop.
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"
@sholden
Copy link
Author

sholden commented Apr 3, 2013

"#<Psych::SyntaxError: (): mapping values are not allowed in this context at line 1 column 10>"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment