Move checkedout? method to the Rentable superclass
[cs356-p2-videostore.git] / app / models / game.rb
index 4991aa9..0ca782b 100644 (file)
@@ -1,4 +1,5 @@
 class Game < Rentable
   validates_presence_of :game_genre
   validates_presence_of :platform
+
 end