831be98f9a
009aa8825b
1ea61cb9bc
1 2
3 4
5 6
7
# frozen_string_literal: true class Electron < ActiveRecord::Base belongs_to :molecule validates_presence_of :name end