Skip to content

Instantly share code, notes, and snippets.

@thredup
Created April 2, 2011 18: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 thredup/899716 to your computer and use it in GitHub Desktop.
Save thredup/899716 to your computer and use it in GitHub Desktop.
Sphinx Post Schema
# User
has_many :packages
# Package
gender:string
belongs_to :size, :class_name => "Size"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment