Sha256: 60413a039be70e3367e8b481d5a9a4a7b1a0716a71a1a9e70a738e86f9fc8ffe
Contents?: true
Size: 232 Bytes
Versions: 27
Compression:
Stored size: 232 Bytes
Contents
class Chapter < ActiveRecord::Base has_many :sections, dependent: :destroy has_many :paragraphs, through: :sections has_many :quotations, dependent: :destroy has_many :citations, through: :quotations has_paper_trail end
Version data entries
27 entries across 26 versions & 3 rubygems