Sha256: 1d78bfc0fab906011200ae0419dbd061828716a4d135792e6620d4a6129942b7
Contents?: true
Size: 158 Bytes
Versions: 25
Compression:
Stored size: 158 Bytes
Contents
# frozen_string_literal: true class Entry include Mongoid::Document field :title, type: String field :body, type: String recursively_embeds_many end
Version data entries
25 entries across 25 versions & 1 rubygems