module ChartMogul::Enrichment
Public Class Methods
const_missing(const_name)
click to toggle source
Calls superclass method
# File lib/chartmogul/enrichment/customer.rb, line 110 def self.const_missing(const_name) super unless const_name == :Customer warn 'DEPRECATION WARNING: the class ChartMogul::Enrichment::Customer is deprecated. Use ChartMogul::Customer instead.' DeprecatedCustomer end