Sha256: 2560ffa762353b67977637da3a6df91f31d259d4ac79b60251aaf26bdf7b83c3
Contents?: true
Size: 155 Bytes
Versions: 12
Compression:
Stored size: 155 Bytes
Contents
# frozen_string_literal: true class Quotation < ActiveRecord::Base belongs_to :chapter has_many :citations, dependent: :destroy has_paper_trail end
Version data entries
12 entries across 12 versions & 1 rubygems