Skip to content

Instantly share code, notes, and snippets.

@captproton
Created October 16, 2009 02:36
Show Gist options
  • Select an option

  • Save captproton/211487 to your computer and use it in GitHub Desktop.

Select an option

Save captproton/211487 to your computer and use it in GitHub Desktop.
User
has_many :boiler_plates, :class_name => "BoilerPlate", :foreign_key => "creator_id"
BoilerPlate
belongs_to :creator, :class_name => "User", :foreign_key => "creator_id"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment