Sha256: fc4bdb1356a81dcb3a01a8d7668fe74ab6f98e09618301be18e090c91c058fdd
Contents?: true
Size: 267 Bytes
Versions: 24
Compression:
Stored size: 267 Bytes
Contents
# frozen_string_literal: true 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
24 entries across 24 versions & 1 rubygems