Sha256: ef337be12f8141d1e295bcbc0d10836038fedad3cdbd3cb43e5f928155150b93
Contents?: true
Size: 166 Bytes
Versions: 29
Compression:
Stored size: 166 Bytes
Contents
# frozen_string_literal: true class PostGenre include Mongoid::Document field :posts_count, type: Integer, default: 0 has_many :posts, inverse_of: :genre end
Version data entries
29 entries across 29 versions & 1 rubygems