Sha256: 6445c5e716944d42a93f48a5beac48062724b5c4bcd0cc39dae373e794f287aa
Contents?: true
Size: 122 Bytes
Versions: 9
Compression:
Stored size: 122 Bytes
Contents
class Authorship < ActiveRecord::Base belongs_to :book belongs_to :author, class_name: 'Person' has_paper_trail end
Version data entries
9 entries across 9 versions & 1 rubygems