Sha256: 00771db723f9178059fc7a67524fc42e895b50869c7413d4c81efbc9cc6bbc61

Contents?: true

Size: 189 Bytes

Versions: 22

Compression:

Stored size: 189 Bytes

Contents

class Essay < ActiveRecord::Base
  belongs_to :writer, :primary_key => :name, :polymorphic => true
  belongs_to :category, :primary_key => :name
  has_one :owner, :primary_key => :name
end

Version data entries

22 entries across 22 versions & 3 rubygems

Version Path
ibm_db-5.2.0 test/models/essay.rb
ibm_db-5.1.0 test/models/essay.rb
ibm_db-5.0.5 test/models/essay.rb
ibm_db-5.0.4 test/models/essay.rb
ibm_db-5.0.3 test/models/essay.rb
ibm_db-5.0.2 test/models/essay.rb
ibm_db-4.0.0-x86-mingw32 test/models/essay.rb
ibm_db-4.0.0 test/models/essay.rb
ibm_db-3.0.4-x86-mingw32 test/models/essay.rb
ibm_db-3.0.4 test/models/essay.rb
ibm_db-3.0.3-x86-mingw32 test/models/essay.rb
ibm_db-3.0.3 test/models/essay.rb
ibm_db-3.0.2-x86-mingw32 test/models/essay.rb
ibm_db-3.0.2 test/models/essay.rb
activejob-lock-0.0.2 rails/activerecord/test/models/essay.rb
ibm_db-3.0.1 test/models/essay.rb
ibm_db-3.0.1-x86-mingw32 test/models/essay.rb
activejob-lock-0.0.1 rails/activerecord/test/models/essay.rb
activerecord-nuodb-adapter-2.0.3 test/models/essay.rb
activerecord-nuodb-adapter-2.0 test/models/essay.rb