CachingController
# File test/controller/caching_test.rb, line 22 def formatted_fragment_cached respond_to do |format| format.js end end
# File test/controller/caching_test.rb, line 16 def js_fragment_cached_with_partial respond_to do |format| format.js end end