Migrate title attribute from rentable to video (and later, game)
[cs356-p2-videostore.git] / app / models / rentable.rb
index 5beddc4..03c6607 100644 (file)
@@ -1,6 +1,5 @@
 class Rentable < ActiveRecord::Base
   has_many :coitem
 
-  validates_presence_of :title
-  validates_presence_of :genre
+  #validates_presence_of :genre
 end