Created
          April 28, 2011 03:26 
        
      - 
      
- 
        Save acadavid/945741 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
    
  
  
    
  | class User < ActiveRecord::Base | |
| has_and_belongs_to_many :products_of_interest, :class_name => "Product" | |
| has_and_belongs_to_many :brands_of_interest, :class_name => "Brand" | |
| end | |
| class Deal < ActiveRecord::Base | |
| belongs_to :brand | |
| belongs_to :product | |
| end | |
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment