Module: ConventionalExtensions::LoadOnInherited

Defined in:
lib/conventional_extensions.rb

Instance Method Summary collapse

Instance Method Details

#inherited(klass) ⇒ Object



20
21
22
23
# File 'lib/conventional_extensions.rb', line 20

def inherited(klass)
  super
  klass.load_extensions from: Frame.previous.path
end