DEBSOURCES
Skip Quicknav
sources / ruby-activerecord-import / 1.4.1-1 / test / models / end_note.rb
123456
# frozen_string_literal: true class EndNote < ActiveRecord::Base belongs_to :book, inverse_of: :end_notes validates :note, presence: true end