Sha256: 831d2a1e6b0e82f5b1eca04e84de9cc79102e19547107b632a8ccb956340197d
Contents?: true
Size: 232 Bytes
Versions: 19
Compression:
Stored size: 232 Bytes
Contents
class Book < ActiveRecord::Base has_many :authorships, dependent: :destroy has_many :authors, through: :authorships has_many :editorships, dependent: :destroy has_many :editors, through: :editorships has_paper_trail end
Version data entries
19 entries across 18 versions & 3 rubygems