Sha256: 3e84bb9d67d12740859d0618285edc02ec8d972ff350b62371c4727d9f8ae832
Contents?: true
Size: 249 Bytes
Versions: 95
Compression:
Stored size: 249 Bytes
Contents
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
95 entries across 90 versions & 8 rubygems