Skip to content

Commit

Permalink
oops, I missed this in 7193f75
Browse files Browse the repository at this point in the history
  • Loading branch information
guilleiguaran committed Aug 19, 2013
1 parent 48c8135 commit 7260014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/core_ext/thread.rb
Expand Up @@ -65,7 +65,7 @@ def thread_variable?(key)
private

def _locals
if defined?(@locals)
if defined?(@_locals)
@_locals
else
LOCK.synchronize { @_locals ||= {} }
Expand Down

0 comments on commit 7260014

Please sign in to comment.