Sha256: 99ab88e86e67ea256f07550de11911b6292d777888eb2b40bf8c00067fc09264
Contents?: true
Size: 158 Bytes
Versions: 1
Compression:
Stored size: 158 Bytes
Contents
# frozen_string_literal: true class Article < ApplicationRecord belongs_to :category has_many :article_tags has_many :tags, through: :article_tags end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_record_has-0.1.0 | sample/app/models/article.rb |