diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2010-02-01 03:52:34 -0200 |
---|---|---|
committer | Yehuda Katz <wycats@Yehuda-Katz.local> | 2010-01-31 21:55:41 -0800 |
commit | 9987a0073829d4ba91585913967cdebe5cc706e4 (patch) | |
tree | acc5dbfb08286228338c8b4bfc4e86e2f3e86ae6 | |
parent | f439f1d86fdef52a8165d69492d193437e620121 (diff) | |
download | rails-9987a0073829d4ba91585913967cdebe5cc706e4.tar.gz rails-9987a0073829d4ba91585913967cdebe5cc706e4.tar.bz2 rails-9987a0073829d4ba91585913967cdebe5cc706e4.zip |
action_view/safe_buffer is no longer valid
Signed-off-by: Yehuda Katz <wycats@Yehuda-Katz.local>
-rw-r--r-- | actionpack/lib/action_view.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_view.rb b/actionpack/lib/action_view.rb index 20a2a63621..325338dc7d 100644 --- a/actionpack/lib/action_view.rb +++ b/actionpack/lib/action_view.rb @@ -35,7 +35,6 @@ module ActionView autoload :Context autoload :Template autoload :Helpers - autoload :SafeBuffer autoload_under "render" do autoload :Partials |