Sha256: 1b49f4596349828cfaf0ac77212799e39a4046a1b17b3afb7eb7dcca107a6e57

Contents?: true

Size: 116 Bytes

Versions: 1

Compression:

Stored size: 116 Bytes

Contents

# frozen_string_literal: true

class CommentRecord < ApplicationRecord
  belongs_to :user
  belongs_to :article
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
upgrow-0.0.5 test/dummy/app/records/comment_record.rb