Created
March 7, 2014 02:34
-
-
Save stephenaument/9404014 to your computer and use it in GitHub Desktop.
Revisions
-
stephenaument created this gist
Mar 7, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ var options = { "gender": "#{search_params['gender']}", "age": "#{current_user.age}", "language": "#{search_params['language']}", "query": "#{search_params['query']}", "properties": #{search_params.fetch('properties', {})} };