From 2380a2d76c9b73408ca248d2926a304d8e28158f Mon Sep 17 00:00:00 2001 From: Marten Veldthuis Date: Tue, 31 Jan 2012 14:04:00 +0100 Subject: Fix use of Deprecation without requiring active_support/deprecation in whiny nil --- activesupport/lib/active_support/whiny_nil.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/lib/active_support/whiny_nil.rb') diff --git a/activesupport/lib/active_support/whiny_nil.rb b/activesupport/lib/active_support/whiny_nil.rb index a065233679..adf9a35ee6 100644 --- a/activesupport/lib/active_support/whiny_nil.rb +++ b/activesupport/lib/active_support/whiny_nil.rb @@ -1,3 +1,5 @@ +require 'active_support/deprecation' + # Extensions to +nil+ which allow for more helpful error messages for people who # are new to Rails. # -- cgit v1.2.3