Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fivemini/9170659 to your computer and use it in GitHub Desktop.
Save fivemini/9170659 to your computer and use it in GitHub Desktop.
belongs_to :company, foreign_key: :company_id, foreign_type: :string, primary_key: :company_id
has_many :employees, foreign_key: :company_id, primary_key: :company_id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment