Skip to content

Instantly share code, notes, and snippets.

@DCarper
Created June 24, 2011 19:06
Show Gist options
  • Select an option

  • Save DCarper/1045437 to your computer and use it in GitHub Desktop.

Select an option

Save DCarper/1045437 to your computer and use it in GitHub Desktop.
class Bracket < ActiveRecord::Base
has_many :memberships
has_many :comments, :through => :memberships
has_many :guesses
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment