Sha256: 1a9e2c3d48357366ab5857327aaef8b06fb509b4ed111bc7f839ecfd6e228776
Contents?: true
Size: 280 Bytes
Versions: 29
Compression:
Stored size: 280 Bytes
Contents
# frozen_string_literal: true class Tag include Mongoid::Document field :text, type: String has_and_belongs_to_many :actors has_and_belongs_to_many :articles has_and_belongs_to_many :posts has_and_belongs_to_many :related, class_name: "Tag", inverse_of: :related end
Version data entries
29 entries across 29 versions & 1 rubygems