Class: LightServiceExt::ApplicationAction
- Inherits:
-
Object
- Object
- LightServiceExt::ApplicationAction
- Extended by:
- LightService::Action
- Defined in:
- lib/light-service-ext/application_action.rb
Direct Known Subclasses
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 |