class UpdatedListProvider < ActiveRecord::Base
  belongs_to :refresh_provider
  validates :refresh_provider_id, presence: true
end
