Sha256: 503f5e6356386fbced9569f8885887e0b2c8ab50a97ed0750f0b72caf523d586
Contents?: true
Size: 359 Bytes
Versions: 27
Compression:
Stored size: 359 Bytes
Contents
# frozen_string_literal: true # encoding: utf-8 class Definition include Mongoid::Document field :description, type: String field :p, as: :part, type: String field :regular, type: Mongoid::Boolean field :syn, as: :synonyms, localize: true, type: String field :active, type: Mongoid::Boolean, localize: true, default: true embedded_in :word end
Version data entries
27 entries across 27 versions & 2 rubygems