Sha256: aa8762fcbca76476cd93948dbf28cd7ea459da5ffac2a9b1044485eb495e5b7e
Contents?: true
Size: 189 Bytes
Versions: 27
Compression:
Stored size: 189 Bytes
Contents
# frozen_string_literal: true # encoding: utf-8 class Author include Mongoid::Document field :id, type: Integer field :author, type: Mongoid::Boolean field :name, type: String end
Version data entries
27 entries across 27 versions & 2 rubygems