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