Sha256: 51b97f36452aa7f8d7d01e18200bda7a3fb3af662eabf281bc8ddf167aa45762

Contents?: true

Size: 133 Bytes

Versions: 8

Compression:

Stored size: 133 Bytes

Contents

class Molecule < ActiveRecord::Base
  belongs_to :liquid
  has_many :electrons

  accepts_nested_attributes_for :electrons
end

Version data entries

8 entries across 8 versions & 1 rubygems

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