Class: LightServiceExt::ApplicationAction

Inherits:
Object
  • Object
show all
Extended by:
LightService::Action
Defined in:
lib/light-service-ext/application_action.rb

Defined Under Namespace

Modules: LifecycleMethods

Class Method Summary collapse

Class Method Details

.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