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