Fix order_articles document preloading
This commit is contained in:
parent
020b75cac8
commit
70c79137cf
2 changed files with 35 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue