Sha256: 51de12e58c6cdc475aeedfec1881c3b48517cd4002a77209352115f0b75b6972
Contents?: true
Size: 182 Bytes
Versions: 2
Compression:
Stored size: 182 Bytes
Contents
class WhowishWordHtml include Mongoid::Document field :word_id,:type=>String field :content, :type=>String index [[ :word_id, Mongo::DESCENDING ]], :unique=>true end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
whowish_word-0.3.3 | lib/whowish_word/rails/app/models/mongoid/whowish_word_html.rb |
whowish_word-0.3.2 | lib/whowish_word/rails/app/models/mongoid/whowish_word_html.rb |