Sha256: 638f4d139872cd0dc5b17970c8e857715a201b25f4d6deb563db4695fcf79c36
Contents?: true
Size: 589 Bytes
Versions: 128
Compression:
Stored size: 589 Bytes
Contents
# frozen_string_literal: true require "action_pack" require "active_support/rails" require "active_support/i18n" module AbstractController extend ActiveSupport::Autoload autoload :ActionNotFound, "abstract_controller/base" autoload :Base autoload :Caching autoload :Callbacks autoload :Collector autoload :DoubleRenderError, "abstract_controller/rendering" autoload :Helpers autoload :Logger autoload :Rendering autoload :Translation autoload :AssetPaths autoload :UrlFor def self.eager_load! super AbstractController::Caching.eager_load! end end
Version data entries
128 entries across 120 versions & 7 rubygems