Sha256: ccfcaec57d33fdbb7fe1b28fb7e6efec1b4ef45ffbe525342d7868e5bcabf9ad

Contents?: true

Size: 91 Bytes

Versions: 230

Compression:

Stored size: 91 Bytes

Contents

class Computer < ActiveRecord::Base
  belongs_to :developer, :foreign_key=>'developer'
end

Version data entries

230 entries across 227 versions & 28 rubygems

Version Path
activerecord-1.13.2 test/fixtures/computer.rb
activerecord-1.15.1 test/fixtures/computer.rb
activerecord-1.15.3 test/fixtures/computer.rb
activerecord-1.15.0 test/fixtures/computer.rb
activerecord-1.14.4 test/fixtures/computer.rb
activerecord-1.15.2 test/fixtures/computer.rb
activerecord-1.15.4 test/fixtures/computer.rb
activerecord-1.15.6 test/fixtures/computer.rb
activerecord-1.15.5 test/fixtures/computer.rb
activerecord-1.5.0 test/fixtures/computer.rb
activerecord-1.6.0 test/fixtures/computer.rb
activerecord-1.8.0 test/fixtures/computer.rb
activerecord-1.5.1 test/fixtures/computer.rb
activerecord-1.7.0 test/fixtures/computer.rb
activerecord-1.9.0 test/fixtures/computer.rb
activerecord-1.9.1 test/fixtures/computer.rb
activerecord-2.1.0 test/models/computer.rb
activerecord-2.3.2 test/models/computer.rb
activerecord-2.1.2 test/models/computer.rb
activerecord-2.2.2 test/models/computer.rb