Method: AutoCounter.inherited

Defined in:
lib/activefacts/api/numeric.rb

.inherited(other) ⇒ Object

extend ActiveFacts::AutoCounterClass



213
214
215
216
217
218
# File 'lib/activefacts/api/numeric.rb', line 213

def self.inherited(other)             #:nodoc:
  other.class_eval do
    extend ActiveFacts::AutoCounterClass
  end
  super
end