class CommandServiceObject::Railtie

Public Class Methods

setup_action_controller() click to toggle source
# File lib/command_service_object/railtie.rb, line 9
def self.setup_action_controller
  ActionController::Base.send :include, ControllerHelper
end