Skip to content

Instantly share code, notes, and snippets.

@joegaudet
Last active January 24, 2018 20:12
Show Gist options
  • Select an option

  • Save joegaudet/45231fd9f8bd6bf9696a9acb75aa4193 to your computer and use it in GitHub Desktop.

Select an option

Save joegaudet/45231fd9f8bd6bf9696a9acb75aa4193 to your computer and use it in GitHub Desktop.
has_many :teams
has_many :team_users, class_name: 'User', throught: :teams
has_many :order_users
has_many :users, throught: :order_users
has_many :total_users, union: [:useres, :team_users]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment