Sha256: f84cf5cb3d73d57976c6178d655ee5ce33529aabf56db7fd0bf23a97ffd418bb
Contents?: true
Size: 230 Bytes
Versions: 6
Compression:
Stored size: 230 Bytes
Contents
class <%= class_name %> < ApplicationRecord self.record_timestamps = false belongs_to :updated_by, polymorphic: true, optional: true belongs_to :created_by, polymorphic: true belongs_to :object, polymorphic: true end
Version data entries
6 entries across 6 versions & 1 rubygems