Sha256: b17e79bd835d78438803314ac03b04046e80942eeaba10d0c568f7d8c35d70f6
Contents?: true
Size: 350 Bytes
Versions: 3
Compression:
Stored size: 350 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 end end
Version data entries
3 entries across 3 versions & 1 rubygems