class LicenseAcceptance::NoChildRelationships

Public Class Methods

new(product) click to toggle source
Calls superclass method
# File lib/license_acceptance/product_reader.rb, line 111
def initialize(product)
  msg = "No child relationships for #{product.id}, should be removed from product info or fixed"
  super(msg)
end