Skip to content

Instantly share code, notes, and snippets.

@thredup
Created April 2, 2011 18:09
Show Gist options
  • Select an option

  • Save thredup/899716 to your computer and use it in GitHub Desktop.

Select an option

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