Fix order_articles document preloading

This commit is contained in:
wvengen 2016-06-04 21:45:24 +02:00
parent 020b75cac8
commit 70c79137cf
2 changed files with 35 additions and 5 deletions

View file

@ -1,5 +1,6 @@
# An OrderArticle represents a single Article that is part of an Order.
class OrderArticle < ActiveRecord::Base
include FindEachWithOrder
attr_reader :update_global_price