Skip to content

Commit aa647a7

Browse files
fix item.rb: task #32
fix mandatory presence of product model.
1 parent a906495 commit aa647a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/models/item.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@
1919
#
2020
class Item < ApplicationRecord
2121
belongs_to :account
22-
belongs_to :product
2322
belongs_to :bling_order_item
2423
end

0 commit comments

Comments
 (0)