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