Sha256: e36e886cf7bbd53241b1e9343f5ea3c8c28617d9625e2a02f4d8a524120615e9
Contents?: true
Size: 112 Bytes
Versions: 3
Compression:
Stored size: 112 Bytes
Contents
# frozen_string_literal: true class IssueComment < ApplicationRecord belongs_to :issue belongs_to :user end
Version data entries
3 entries across 3 versions & 1 rubygems