aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/molecule.rb
blob: 69325b8d2985abbe3a8b7ae9fd64e33916cbaddb (plain) (blame)
1
2
3
4
class Molecule < ActiveRecord::Base
  belongs_to :liquid
  has_many :electrons
end