Sha256: 2adb942e9e086ccb8b8d0a69779f80fe4a6a6b310147c0c2f32c3864eedc4d57
Contents?: true
Size: 420 Bytes
Versions: 10
Compression:
Stored size: 420 Bytes
Contents
module Doorkeeper class ApplicationMetalController < ActionController::Metal MODULES = [ ActionController::Instrumentation, AbstractController::Rendering, ActionController::Rendering, ActionController::Renderers::All, Helpers::Controller ].freeze MODULES.each do |mod| include mod end ActiveSupport.run_load_hooks(:doorkeeper_metal_controller, self) end end
Version data entries
10 entries across 10 versions & 1 rubygems