From ca5c538133f6ace2bfa7f6caa4942a756284eac7 Mon Sep 17 00:00:00 2001 From: Jeff Casimir Date: Thu, 20 Oct 2011 08:28:27 -0400 Subject: [PATCH] Abstracted Thread.current info, not necessary for README --- Readme.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.markdown b/Readme.markdown index 3a89814..8fcca9c 100644 --- a/Readme.markdown +++ b/Readme.markdown @@ -28,7 +28,7 @@ * Automatically generate a named accessor for the wrapped object, so now inside of `ArticleDecorator` you can use `article` instead of just `model` * Removed the `lazy_helpers` method to favor using `include Draper::LazyHelpers` * Refactored how methods are selected for delegation to the wrapped model -* Fixed how the view context is stored in the `Thread.current` to resolve cross-request issues +* Fixed how the view context is stored to resolve cross-request issues * Decorated collections now return a collection proxy instead of an array, which fixes many compatibility issues * Automatically generate RSpec/Test::Unit stub for decorator class