Created
          March 7, 2014 02:34 
        
      - 
      
- 
        Save stephenaument/9404014 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
    
  
  
    
  | 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