aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/line_item.rb
blob: 1ef2eda97a08828d6bc87a1fa6adac2605f53890 (plain) (blame)
1
2
3
4
# frozen_string_literal: true
class LineItem < ActiveRecord::Base
  belongs_to :invoice, touch: true
end