diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2012-03-02 10:54:16 -0300 |
---|---|---|
committer | Piotr Sarnacki <drogus@gmail.com> | 2012-03-02 16:05:46 +0100 |
commit | 5fd360133a569c033dc2904fe3f4eed615586106 (patch) | |
tree | 2df5fd91083cd4280ec841ed1eb0396b5d775037 /actionpack/lib/action_controller.rb | |
parent | 1a71e84ad8b21144e4fa2b01cc3fc8d4fc375de1 (diff) | |
download | rails-5fd360133a569c033dc2904fe3f4eed615586106.tar.gz rails-5fd360133a569c033dc2904fe3f4eed615586106.tar.bz2 rails-5fd360133a569c033dc2904fe3f4eed615586106.zip |
Stop SafeBuffer#clone_empty from issuing warnings
Logic in clone_empty method was dealing with old @dirty variable, which
has changed by @html_safe in this commit:
https://github.com/rails/rails/commit/139963c99a955520db6373343662e55f4d16dcd1
This was issuing a "not initialized variable" warning - related to:
https://github.com/rails/rails/pull/5237
The logic applied by this method is already handled by the [] override,
so there is no need to reset the variable here.
Diffstat (limited to 'actionpack/lib/action_controller.rb')
0 files changed, 0 insertions, 0 deletions