Module: Objectify::Rails::ControllerHelpers

Included in:
ControllerBehaviour, LegacyControllerBehaviour
Defined in:
lib/objectify/rails/controller.rb

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ Object



11
12
13
# File 'lib/objectify/rails/controller.rb', line 11

def self.included(klass)
  klass.helper_method(:objectify_executor) if klass.respond_to?(:helper_method)
end