Skip to content

Instantly share code, notes, and snippets.

@dariocravero
Created November 15, 2010 00:08
Show Gist options
  • Save dariocravero/676247 to your computer and use it in GitHub Desktop.
Save dariocravero/676247 to your computer and use it in GitHub Desktop.
class CardVariation
includes Mongoid::Document
references_one :language
field :name
end
class Language
includes Mongoid::Document
referenced_in :card_variation
field :key
field :name
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment