Sha256: 4111f69f438882f223c9f3fbd5e657fc820446db76c68bb5dfa5c4a3bb75b139
Contents?: true
Size: 343 Bytes
Versions: 3
Compression:
Stored size: 343 Bytes
Contents
module Doorkeeper class ApplicationMetalController < ActionController::Metal MODULES = [ ActionController::Instrumentation, AbstractController::Rendering, ActionController::Rendering, ActionController::Renderers::All, Helpers::Controller ] MODULES.each do |mod| include mod end end end
Version data entries
3 entries across 3 versions & 1 rubygems