Fix RentablePurchases, which saved the wrong customer_id
[cs356-p2-videostore.git] / app / models / videogenre.rb
1 class Videogenre < ActiveRecord::Base
2   belongs_to :video
3
4   validates_presence_of :name
5 end