Sha256: bbee81903f43fb657f424e20241ddd1700c725d8554aa1ca6b8766a35702d95c
Contents?: true
Size: 131 Bytes
Versions: 17
Compression:
Stored size: 131 Bytes
Contents
# frozen_string_literal: true class Tag < ActiveRecord::Base has_many :taggings has_many :articles, :through => :taggings end
Version data entries
17 entries across 17 versions & 1 rubygems