Sha256: 974c97236b3367f9f4413dabc51fc99d989e623f8c85fc95c599630c1ef2e285
Contents?: true
Size: 298 Bytes
Versions: 27
Compression:
Stored size: 298 Bytes
Contents
# frozen_string_literal: true # encoding: utf-8 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
27 entries across 27 versions & 2 rubygems