class FunctionalCachingController

Public Instance Methods

formatted_fragment_cached() click to toggle source
# File test/controller/caching_test.rb, line 22
def formatted_fragment_cached
  respond_to do |format|
    format.js
  end
end
js_fragment_cached_with_partial() click to toggle source
# File test/controller/caching_test.rb, line 16
def js_fragment_cached_with_partial
  respond_to do |format|
    format.js
  end
end