Created
November 15, 2010 00:08
-
-
Save dariocravero/676247 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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