Methods
F
H
R
Instance Public methods
formatted_fragment_cached()
# File actionpack/test/controller/caching_test.rb, line 802
def formatted_fragment_cached
  respond_to do |format|
    format.html
    format.xml
  end
end
fragment_cached()
# File actionpack/test/controller/caching_test.rb, line 793
def fragment_cached
end
html_fragment_cached_with_partial()
# File actionpack/test/controller/caching_test.rb, line 796
def html_fragment_cached_with_partial
  respond_to do |format|
    format.html
  end
end
rescue_action(e)
# File actionpack/test/controller/caching_test.rb, line 809
def rescue_action(e)
  raise e
end