Sha256: 5369d571c0f38d5dc361db67037888e41b5ec8ad441ce5ae81c9482d9a5cd706
Contents?: true
Size: 153 Bytes
Versions: 12
Compression:
Stored size: 153 Bytes
Contents
# frozen_string_literal: true class Authorship < ActiveRecord::Base belongs_to :book belongs_to :author, class_name: 'Person' has_paper_trail end
Version data entries
12 entries across 12 versions & 1 rubygems