belongs_to a single instance of model

This commit is contained in:
Benjamin Cousaert 2014-11-25 21:34:29 +01:00
parent 1c0a313fdb
commit 64113790cf

View file

@ -1,5 +1,5 @@
class Order < ActiveRecord::Base
belongs_to :users
belongs_to :user
has_many :order_products
has_many :products, through: :order_products