Sha256: 6a7911201e1c074b975a1291d3004a75ea2efc6d949e0bb6a79431ecdd7f0c97
Contents?: true
Size: 184 Bytes
Versions: 27
Compression:
Stored size: 184 Bytes
Contents
# frozen_string_literal: true # encoding: utf-8 class PostGenre include Mongoid::Document field :posts_count, type: Integer, default: 0 has_many :posts, inverse_of: :genre end
Version data entries
27 entries across 27 versions & 2 rubygems