Sha256: cb08178e0115a0b3f397a3127063a6170c378ed849d0cd2f7b8b71a8ab8d4d89
Contents?: true
Size: 150 Bytes
Versions: 8
Compression:
Stored size: 150 Bytes
Contents
# frozen_string_literal: true class Article < ActiveRecord::Base belongs_to :user has_many :taggings has_many :tags, :through => :taggings end
Version data entries
8 entries across 8 versions & 1 rubygems