aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/test/models/line_item.rb
blob: 3a51cf03b26910d5c5d24f865d79b87977d89072 (plain) (tree)
1
2
3
4
5

                             
                                   
                                  
   
# frozen_string_literal: true

class LineItem < ActiveRecord::Base
  belongs_to :invoice, touch: true
end