Module: PagesCore::StaticCacheController

Extended by:
ActiveSupport::Concern
Included in:
BaseController
Defined in:
app/controllers/concerns/pages_core/static_cache_controller.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#disable_static_cache!Object



21
22
23
# File 'app/controllers/concerns/pages_core/static_cache_controller.rb', line 21

def disable_static_cache!
  @static_cache_disabled = true
end