aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/test/models/citation.rb
blob: 3d87eb795c9b0d93f4a363e20ecb437392d8b0f6 (plain) (tree)
1
2
3

                                                                            
   
class Citation < ActiveRecord::Base
  belongs_to :reference_of, :class_name => "Book", :foreign_key => :book2_id
end