Add coitem MVC
[cs356-p2-videostore.git] / app / models / customer.rb
index 760a3dc..11411bb 100644 (file)
@@ -1,4 +1,5 @@
 class Customer < ActiveRecord::Base
+  belongs_to :coitem # FIXME: I hunch this is wrong
 
   validates_presence_of :name, :email, :phone, :address
   validates_numericality_of :debt