Module: Analytic::Utility
- Included in:
- BudgetFact, ItemDemandFact, ItemDimension, ItemSoldFact, OrdersSoldFact, PhoneRecordFact
- Defined in:
- app/models/analytic/utility.rb
Overview
Helper class scoped to Analytic.
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
-
.included(base) ⇒ void
Extends the including class with ClassMethods.
Class Method Details
.included(base) ⇒ void
This method returns an undefined value.
Extends the including class with ClassMethods.
9 10 11 |
# File 'app/models/analytic/utility.rb', line 9 def self.included(base) base.extend(ClassMethods) end |