Sha256: 739969a6f697b253cc997534a2acbd164bd232f87728d2fb0d6a712bcd0f6657
Contents?: true
Size: 171 Bytes
Versions: 52
Compression:
Stored size: 171 Bytes
Contents
# frozen_string_literal: true module Mihari class Tag < ActiveRecord::Base has_many :taggings, dependent: :destroy has_many :tags, through: :taggings end end
Version data entries
52 entries across 52 versions & 1 rubygems