Skip to content

Instantly share code, notes, and snippets.

@stephenaument
Created March 7, 2014 02:34
Show Gist options
  • Save stephenaument/9404014 to your computer and use it in GitHub Desktop.
Save stephenaument/9404014 to your computer and use it in GitHub Desktop.
var options = {
"gender": "#{search_params['gender']}",
"age": "#{current_user.age}",
"language": "#{search_params['language']}",
"query": "#{search_params['query']}",
"properties": #{search_params.fetch('properties', {})}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment