projects
/
cs356-p2-videostore.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
4991aa91a52d568235ab94b8f0dc0da6d7f854a8
[cs356-p2-videostore.git]
/
app
/
models
/
game.rb
1
class Game < Rentable
2
validates_presence_of :game_genre
3
validates_presence_of :platform
4
end