diff options
author | Pratik Naik <pratiknaik@gmail.com> | 2008-11-02 18:36:14 +0530 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2008-11-02 18:36:14 +0530 |
commit | be1beb1a2d2c32aeb907b34d9d451b7a853c924d (patch) | |
tree | 1fd6e6468006b2277c93cd5bf484f6635599fa47 /actionpack/lib | |
parent | dc37fdc48095567ccd4d8bd19a7ded7ac773dcda (diff) | |
download | rails-be1beb1a2d2c32aeb907b34d9d451b7a853c924d.tar.gz rails-be1beb1a2d2c32aeb907b34d9d451b7a853c924d.tar.bz2 rails-be1beb1a2d2c32aeb907b34d9d451b7a853c924d.zip |
Dont document internals
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_controller/base.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/actionpack/lib/action_controller/base.rb b/actionpack/lib/action_controller/base.rb index 0cf74cd53e..087fdc35cd 100644 --- a/actionpack/lib/action_controller/base.rb +++ b/actionpack/lib/action_controller/base.rb @@ -1059,9 +1059,6 @@ module ActionController #:nodoc: # When using <tt>redirect_to :back</tt>, if there is no referrer, # RedirectBackError will be raised. You may specify some fallback # behavior for this case by rescuing RedirectBackError. - # - # When using <tt>redirect_to</tt> an instance variable called - # @performed_redirect will be set to true. def redirect_to(options = {}, response_status = {}) #:doc: raise ActionControllerError.new("Cannot redirect to nil!") if options.nil? |