diff --git a/app/models/input.rb b/app/models/input.rb index 7ae373a..a8809f2 100644 --- a/app/models/input.rb +++ b/app/models/input.rb @@ -1,6 +1,6 @@ class Input < ActiveRecord::Base - attr_accessible :product, :product_category + attr_accessible :product, :product_category, :product_category_id, :amount_used, :unit_id, :price_per_unit, :relevant_to_price belongs_to :product belongs_to :product_category -- libgit2 0.21.2