Add the Gameplatform MVC to handle the different game platforms
authorIra W. Snyder <devel@irasnyder.com>
Sat, 24 Nov 2007 01:25:23 +0000 (17:25 -0800)
committerIra W. Snyder <devel@irasnyder.com>
Sat, 24 Nov 2007 01:25:23 +0000 (17:25 -0800)
commitf96a0f6949f29078cd2c5e3c81d3ac48ac710fbe
tree247e3d989033cceaf3d9dab0ea516cc0391c9e55
parent2818e8becfb6a257df623713d507f0994d5cc278
Add the Gameplatform MVC to handle the different game platforms

Signed-off-by: Ira W. Snyder <devel@irasnyder.com>
18 files changed:
app/controllers/gameplatform_controller.rb [new file with mode: 0644]
app/helpers/gameplatform_helper.rb [new file with mode: 0644]
app/models/game.rb
app/models/gameplatform.rb [new file with mode: 0644]
app/views/game/_form.rhtml
app/views/game/list.rhtml
app/views/gameplatform/_form.rhtml [new file with mode: 0644]
app/views/gameplatform/edit.rhtml [new file with mode: 0644]
app/views/gameplatform/list.rhtml [new file with mode: 0644]
app/views/gameplatform/new.rhtml [new file with mode: 0644]
app/views/gameplatform/show.rhtml [new file with mode: 0644]
app/views/layouts/gameplatform.rhtml [new file with mode: 0644]
db/development.sqlite3
db/migrate/025_create_gameplatforms.rb [new file with mode: 0644]
db/schema.rb
test/fixtures/gameplatforms.yml [new file with mode: 0644]
test/functional/gameplatform_controller_test.rb [new file with mode: 0644]
test/unit/gameplatform_test.rb [new file with mode: 0644]