831be98f9a
009aa8825b
1ea61cb9bc
1 2
3 4 5
6 7
8
# frozen_string_literal: true class Molecule < ActiveRecord::Base belongs_to :liquid has_many :electrons accepts_nested_attributes_for :electrons end