Add Purchase system
[cs356-p2-videostore.git] / db / migrate / 017_create_rentable_purchases.rb
1 class CreateRentablePurchases < ActiveRecord::Migration
2   def self.up
3   end
4
5   def self.down
6   end
7 end