vidpush/app/models/videolisting.rb

4 lines
67 B
Ruby
Raw Normal View History

2014-04-07 18:41:34 +00:00
class Videolisting < ActiveRecord::Base
belongs_to :campaign
end