Sha256: 58f0c3831406b92e16c7674a8520c2ff5cab533764e07072baeaaf61875ae598
Contents?: true
Size: 285 Bytes
Versions: 27
Compression:
Stored size: 285 Bytes
Contents
# frozen_string_literal: true # encoding: utf-8 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
27 entries across 27 versions & 2 rubygems