Sha256: 173aa4dfcd41e6b2d1455309b4192253a3d2a144d16a857362b5e8b649a4316c

Contents?: true

Size: 174 Bytes

Versions: 123

Compression:

Stored size: 174 Bytes

Contents

class Book < ActiveRecord::Base
  has_many :citations, :foreign_key => 'book1_id'
  has_many :references, :through => :citations, :source => :reference_of, :uniq => true
end

Version data entries

123 entries across 120 versions & 23 rubygems

Version Path
radiant-0.8.0 vendor/rails/activerecord/test/models/book.rb
spree-0.0.9 vendor/rails/activerecord/test/fixtures/book.rb
spree-0.2.0 vendor/rails/activerecord/test/fixtures/book.rb