aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/citation.rb
blob: 8a6c300a28c1c58eb99a92699a702fd30e5bada6 (plain) (blame)
1
2
3
4
# frozen_string_literal: true
class Citation < ActiveRecord::Base
  belongs_to :reference_of, class_name: "Book", foreign_key: :book2_id
end