Sha256: e233a7f47abf54ae8e38848a2b00d327828897af08ba9fb5c53a0e941b2bea23
Contents?: true
Size: 236 Bytes
Versions: 71
Compression:
Stored size: 236 Bytes
Contents
class WordOrigin include Mongoid::Document field :_id, type: Integer, overwrite: true, default: ->{ origin_id } field :origin_id, type: Integer field :country, type: String field :city, type: String embedded_in :word end
Version data entries
71 entries across 66 versions & 4 rubygems