Module: Catche::Controller::Pages

Extended by:
ActiveSupport::Concern
Included in:
Catche::Controller
Defined in:
lib/catche/controller/pages.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#cache_page(content = nil, options = nil, gzip = Zlib::BEST_COMPRESSION) ⇒ Object



27
28
29
30
# File 'lib/catche/controller/pages.rb', line 27

def cache_page(content = nil, options = nil, gzip = Zlib::BEST_COMPRESSION)
  self.class.catche_constructed_tags = catche_tags
  super
end