Sha256: 01ce90b324134788564aad6130828671efe30f27c071d10f690dfe1ad0f92459
Contents?: true
Size: 135 Bytes
Versions: 1
Compression:
Stored size: 135 Bytes
Contents
# frozen_string_literal: true class Tag < ApplicationRecord has_many :article_tags has_many :articles, 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/tag.rb |