Sha256: 92e253f57caeee10daeee2defd68068061c9c3f440d2bcb36c11311f836de039
Contents?: true
Size: 189 Bytes
Versions: 4
Compression:
Stored size: 189 Bytes
Contents
class Category include MongoMapper::Document include Mongo::Voteable key :name, String key :post_ids, Array many :posts, :in => :post_ids voteable self, :index => true end
Version data entries
4 entries across 4 versions & 1 rubygems