Sha256: 8c0fc6ccf2d30332c1662c3a44fb6f165cfba03ffbd087be3994ae02c399c3d2
Contents?: true
Size: 136 Bytes
Versions: 1
Compression:
Stored size: 136 Bytes
Contents
# frozen_string_literal: true class ArticleRecord < ApplicationRecord has_many :comments, dependent: :destroy belongs_to :user end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
upgrow-0.0.5 | test/dummy/app/records/article_record.rb |