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, = nil, gzip = Zlib::BEST_COMPRESSION) self.class. = super end |