Module: Servactory::Internals::DSL::ClassMethods

Defined in:
lib/servactory/internals/dsl.rb

Instance Method Summary collapse

Instance Method Details

#inherited(child) ⇒ Object



11
12
13
14
15
# File 'lib/servactory/internals/dsl.rb', line 11

def inherited(child)
  super

  child.send(:collection_of_internals).merge(collection_of_internals)
end