Migrate title attribute from rentable to video (and later, game)
[cs356-p2-videostore.git] / app / models / rentable.rb
1 class Rentable < ActiveRecord::Base
2   has_many :coitem
3
4   #validates_presence_of :genre
5 end