Sha256: a940ee2b5fb88643beeb751090dcd7a4b921649bc119a67f1ceeaada68e6a70d
Contents?: true
Size: 296 Bytes
Versions: 91
Compression:
Stored size: 296 Bytes
Contents
class Dictionary include Mongoid::Document field :name, type: String field :publisher, type: String field :year, type: Integer field :published, type: Time field :description, type: String, localize: true field :l, type: String, as: :language has_many :words, validate: false end
Version data entries
91 entries across 86 versions & 8 rubygems