vidpush/app/models/videolisting.rb
2014-04-07 14:41:34 -04:00

4 lines
67 B
Ruby

class Videolisting < ActiveRecord::Base
belongs_to :campaign
end