Sha256: 77ffe47fa8f97a213cf953b2813a2eca5a78f4c2b1e45356b4cb7e2041c1f493
Contents?: true
Size: 503 Bytes
Versions: 20
Compression:
Stored size: 503 Bytes
Contents
require "action_pack" require "active_support/rails" require "active_support/i18n" module AbstractController extend ActiveSupport::Autoload 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
20 entries across 20 versions & 1 rubygems