Methods
F
N
O
Instance Public methods
found()
# File rails/actionpack/test/controller/caching_test.rb, line 22
def found
  redirect_to :action => 'ok'
end
no_content()
# File rails/actionpack/test/controller/caching_test.rb, line 18
def no_content
  head :no_content
end
not_found()
# File rails/actionpack/test/controller/caching_test.rb, line 26
def not_found
  head :not_found
end
ok()
# File rails/actionpack/test/controller/caching_test.rb, line 14
def ok
  head :ok
end