class LicenseAcceptance::UnknownChild
Public Class Methods
new(product)
click to toggle source
Calls superclass method
# File lib/license_acceptance/product_reader.rb, line 104 def initialize(product) msg = "Could not find product #{product} from relationship children" super(msg) end