Add the game mvc
authorIra W. Snyder <devel@irasnyder.com>
Thu, 22 Nov 2007 01:37:31 +0000 (17:37 -0800)
committerIra W. Snyder <devel@irasnyder.com>
Thu, 22 Nov 2007 01:37:31 +0000 (17:37 -0800)
commit7f26973835fc8deef03d25d751e92e4c633ae464
treec901e2d84daeee791d362c8e63e82c3d2cae464d
parent7f022bf8ebbaa4c6949fda80ab7246680a933494
Add the game mvc

Signed-off-by: Ira W. Snyder <devel@irasnyder.com>
17 files changed:
app/controllers/game_controller.rb [new file with mode: 0644]
app/helpers/game_helper.rb [new file with mode: 0644]
app/models/game.rb [new file with mode: 0644]
app/models/rentable.rb
app/views/game/_form.rhtml [new file with mode: 0644]
app/views/game/edit.rhtml [new file with mode: 0644]
app/views/game/list.rhtml [new file with mode: 0644]
app/views/game/new.rhtml [new file with mode: 0644]
app/views/game/show.rhtml [new file with mode: 0644]
app/views/layouts/game.rhtml [new file with mode: 0644]
app/views/rentable/list.rhtml
db/development.sqlite3
db/migrate/006_create_games.rb [new file with mode: 0644]
db/schema.rb
test/fixtures/games.yml [new file with mode: 0644]
test/functional/game_controller_test.rb [new file with mode: 0644]
test/unit/game_test.rb [new file with mode: 0644]