class Campaign < ActiveRecord::Base has_many :videolistings accepts_nested_attributes_for :videolistings end