Sha256: b0b048375a1a35c62e0c1874eab67c9a5d734e51954cc2aafc2739b1a7b715a0

Contents?: true

Size: 163 Bytes

Versions: 11

Compression:

Stored size: 163 Bytes

Contents

class Quote < ActiveRecord::Base
  belongs_to :book
  #has_one :author, :through => :book
  has_many :scores, :class_name => 'Like', :foreign_key => "quote_id"
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
dase-5.0.0 test/fixtures/quote.rb
dase-5.1.0 test/fixtures/quote.rb
dase-4.2.1 test/fixtures/quote.rb
dase-4.2.0 test/fixtures/quote.rb
dase-4.1.1 test/fixtures/quote.rb
dase-4.1.0 test/fixtures/quote.rb
dase-3.2.9 test/fixtures/quote.rb
dase-3.2.7 test/fixtures/quote.rb
dase-3.2.6 test/fixtures/quote.rb
dase-3.2.5 test/fixtures/quote.rb
dase-3.2.4 test/fixtures/quote.rb