Add searching to the games controller
authorIra W. Snyder <devel@irasnyder.com>
Thu, 22 Nov 2007 06:21:54 +0000 (22:21 -0800)
committerIra W. Snyder <devel@irasnyder.com>
Thu, 22 Nov 2007 06:21:54 +0000 (22:21 -0800)
commit0dccca2d3c0e9d5e6eaa1c1ebee3670654fd8c43
tree819f9141c9e46431a69054c3b81691a9effef781
parentc9f35305eb2750116e7a073265ea6f1081226895
Add searching to the games controller

This adds searching to the games controller, and adds an id and checkedout
column to the list and search views.

Signed-off-by: Ira W. Snyder <devel@irasnyder.com>
app/controllers/game_controller.rb
app/models/coitem.rb
app/models/game.rb
app/views/coitem/_form.rhtml
app/views/game/list.rhtml
app/views/game/searchbyname.rhtml [new file with mode: 0644]
app/views/game/searchresults.rhtml [new file with mode: 0644]
db/development.sqlite3