831be98f9a
1080351437
d22e522179
1 2
3
4
5
# frozen_string_literal: true class LineItem < ActiveRecord::Base belongs_to :invoice, touch: true end