Switch to a single joined table for Videos and Games
[cs356-p2-videostore.git] / app / models / rentable.rb
index 03c6607..cccbb57 100644 (file)
@@ -1,5 +1,6 @@
 class Rentable < ActiveRecord::Base
   has_many :coitem
 
-  #validates_presence_of :genre
+  validates_presence_of :title
+  # don't validate newrelease, false is ok
 end