Skip to content

Instantly share code, notes, and snippets.

@lesce
Created March 26, 2012 14:24
Show Gist options
  • Save lesce/2205446 to your computer and use it in GitHub Desktop.
Save lesce/2205446 to your computer and use it in GitHub Desktop.
has_one :home_address, :class_name => 'UserAddress' , :conditions => { :is_home_address => true }
has_one :work_address, :class_name => 'UserAddress' , :conditions => { :is_work_address => true }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment