Method: LightServiceExt::ApplicationAction.inherited

Defined in:
lib/light-service-ext/application_action.rb

.inherited(base) ⇒ Object



8
9
10
11
12
# File 'lib/light-service-ext/application_action.rb', line 8

def self.inherited(base)
  base.extend LifecycleMethods
  base.singleton_class.prepend AroundActionExecuteExtension
  super
end