Advertisement
Guest User

Untitled

a guest
Mar 20th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. class Listing < ActiveRecord::Base
  2. belongs_to :house
  3. belongs_to :multiple_listing_service
  4. end
  5.  
  6. class House < ActiveRecord::Base
  7. has_one :zip_code
  8. has_one :primary_mls, through: :zip_code
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement