aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/electron.rb
blob: 1828d173bb25d51541de4b249be0a78a308371b7 (plain) (blame)
1
2
3
4
5
6
# frozen_string_literal: true
class Electron < ActiveRecord::Base
  belongs_to :molecule

  validates_presence_of :name
end