Sha256: b90099856ff2a44b574c8d347a406a80f00d69d3664861ec9d21ddc613244ce6
Contents?: true
Size: 131 Bytes
Versions: 12
Compression:
Stored size: 131 Bytes
Contents
# frozen_string_literal: true class Editorship < ActiveRecord::Base belongs_to :book belongs_to :editor has_paper_trail end
Version data entries
12 entries across 12 versions & 1 rubygems