Sha256: 11782cbbc8447235659e96e231fbc70006b733eec5244acd5646bdc08340e016
Contents?: true
Size: 122 Bytes
Versions: 18
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
18 entries across 17 versions & 2 rubygems