Sha256: 3475e9271ecc0a3307c66c7ee211420acf42afe6d31b98e2c6d0e5cb69cbd44f
Contents?: true
Size: 324 Bytes
Versions: 15
Compression:
Stored size: 324 Bytes
Contents
module Jets::Controller::Compat # Got most from AbstractController::Caching and ActionController::Caching module Caching extend ActiveSupport::Concern delegate :perform_caching, to: :class class_methods do def perform_caching Jets.config.controller.perform_caching end end end end
Version data entries
15 entries across 15 versions & 1 rubygems