Add rentable model-view-controller
[cs356-p2-videostore.git] / app / models / rentable.rb
1 class Rentable < ActiveRecord::Base
2 end