Skip to content

Instantly share code, notes, and snippets.

@woods
Created May 14, 2015 12:29
Show Gist options
  • Save woods/2956d48c69d03b23b1f1 to your computer and use it in GitHub Desktop.
Save woods/2956d48c69d03b23b1f1 to your computer and use it in GitHub Desktop.
class User
has_many :things
has_many :sub_things, through: :things
has_many :sub_sub_things, through: :sub_things
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment