Class: StockChange

Inherits:
ApplicationRecord show all
Defined in:
app/models/stock_change.rb

Instance Method Summary collapse

Instance Method Details

#update_article_quantityObject (protected)



15
16
17
# File 'app/models/stock_change.rb', line 15

def update_article_quantity
  stock_article.update_quantity!
end