Move checkedout? method to the Rentable superclass
authorIra W. Snyder <devel@irasnyder.com>
Thu, 22 Nov 2007 06:36:22 +0000 (22:36 -0800)
committerIra W. Snyder <devel@irasnyder.com>
Thu, 22 Nov 2007 06:36:22 +0000 (22:36 -0800)
commit6223af90077b9722e4d8add790a407f2cbcb6962
treecf4d1b92e85497ae1aaf684fd366f8cd7b1143e7
parent0dccca2d3c0e9d5e6eaa1c1ebee3670654fd8c43
Move checkedout? method to the Rentable superclass

This moves the checkedout? method to the Rentable superclass, so that it
is available from both the Video and Game classes.

Signed-off-by: Ira W. Snyder <devel@irasnyder.com>
app/models/game.rb
app/models/rentable.rb