Sha256: 87dffcee593b6b62a1d9a6b5898dcfdc35687e09bf4fe4ebe134401aaa888330

Contents?: true

Size: 166 Bytes

Versions: 4

Compression:

Stored size: 166 Bytes

Contents

# frozen_string_literal: true

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

  accepts_nested_attributes_for :electrons
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ibm_db-5.5.0-x86-mingw32 test/models/molecule.rb
ibm_db-5.4.1-x86-mingw32 test/models/molecule.rb
ibm_db-5.4.0-x86-mingw32 test/models/molecule.rb
ibm_db-5.3.2-x86-mingw32 test/models/molecule.rb