Skip to content

Instantly share code, notes, and snippets.

@liangzan
Created September 5, 2010 03:00
Show Gist options
  • Save liangzan/565698 to your computer and use it in GitHub Desktop.
Save liangzan/565698 to your computer and use it in GitHub Desktop.
class SoccerTeam < ActiveRecord::Base
has_many :players
end
class Player < ActiveRecord::Base
belongs_to :soccer_team
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment