Sha256: b91b90cdf6564b7b3cb336bef7762119c3d553d04e2dbd14554c4ded6da677b3
Contents?: true
Size: 160 Bytes
Versions: 4
Compression:
Stored size: 160 Bytes
Contents
# frozen_string_literal: true class IssueComment < ApplicationRecord belongs_to :issue belongs_to :user def title description.truncate(50) end end
Version data entries
4 entries across 4 versions & 1 rubygems