Skip to content

Instantly share code, notes, and snippets.

@evolve2k
Created July 6, 2011 04:02
Show Gist options
  • Save evolve2k/1066540 to your computer and use it in GitHub Desktop.
Save evolve2k/1066540 to your computer and use it in GitHub Desktop.
Rails cheatsheet
# MODELS
# ------
# A contest has a host, which is actually a user record
has_one :host, :class_name => "User"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment