Skip to content

Instantly share code, notes, and snippets.

@rojotek
Created May 15, 2014 21:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rojotek/62202210fe96671fa09d to your computer and use it in GitHub Desktop.
Save rojotek/62202210fe96671fa09d to your computer and use it in GitHub Desktop.
has_one :through
class Employee
belongs_to: :department
has_one :organization, through: :department
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment