Sha256: 62b16e29ee31e14e5d06e33d9b30ad61f102956391d8c8f08ab536ef2cb0b263
Contents?: true
Size: 170 Bytes
Versions: 27
Compression:
Stored size: 170 Bytes
Contents
# frozen_string_literal: true # encoding: utf-8 class ContextableItem include Mongoid::Document field :title validates :title, presence: true, on: :in_context end
Version data entries
27 entries across 27 versions & 2 rubygems