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