Skip to content

Instantly share code, notes, and snippets.

@jsmestad
Created January 12, 2009 04:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsmestad/45884 to your computer and use it in GitHub Desktop.
Save jsmestad/45884 to your computer and use it in GitHub Desktop.
class Message
belongs_to :author, :class_name => 'User'
has 1, :subject # (polymorphic)
end
@dude hey man, how goes it?
@I94 traffic blows, wait in Frisco
@Aspen the snow is the bomb here right now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment