Sha256: 3f8dd2a44f2e5e8a0a0af14b180765fbd127ace336c136e9a0a9d0f3dd993ebd

Contents?: true

Size: 93 Bytes

Versions: 11

Compression:

Stored size: 93 Bytes

Contents

class Like < ActiveRecord::Base
  belongs_to :quote
  has_one :author, :through => :quote
end

Version data entries

11 entries across 11 versions & 1 rubygems

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