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
10 11 12 |
# File 'lib/objectify/rails/controller.rb', line 10 def self.included(klass) klass.helper_method(:objectify_executor) if klass.respond_to?(:helper_method) end |