Module: Desponders::HttpCacheResponder
- Defined in:
- lib/desponders/http_cache_responder.rb
Instance Method Summary collapse
Instance Method Details
#to_format ⇒ Object
3 4 5 6 7 |
# File 'lib/desponders/http_cache_responder.rb', line 3 def to_format return if do_http_cache? && do_http_cache! super end |