aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/line_item.rb
blob: 0dd921a3000e5cacbfff85e7eccfea824102c5e3 (plain) (blame)
1
2
3
class LineItem < ActiveRecord::Base
  belongs_to :invoice, :touch => true
end