Sha256: a05cda1cf5de0540091c8cf8b70b3890e8f66c8ba6261755b7eedfa457975b57

Contents?: true

Size: 227 Bytes

Versions: 8

Compression:

Stored size: 227 Bytes

Contents

class Interest < ActiveRecord::Base
  belongs_to :man, :inverse_of => :interests
  belongs_to :polymorphic_man, :polymorphic => true, :inverse_of => :polymorphic_interests
  belongs_to :zine, :inverse_of => :interests
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ibm_db-5.2.0-x86-mingw32 test/models/interest.rb
ibm_db-5.1.0-x86-mingw32 test/models/interest.rb
ibm_db-5.0.5-x86-mingw32 test/models/interest.rb
ibm_db-5.0.4-x86-mingw32 test/models/interest.rb
ibm_db-5.0.3-x86-mingw32 test/models/interest.rb
ibm_db-5.0.2-x86-mingw32 test/models/interest.rb
ibm_db-3.0.5-x86-mingw32 test/models/interest.rb
ibm_db-3.0.5 test/models/interest.rb