From b56169c26240db1b1cff3c6f65a34b7516a9fc15 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sat, 13 Jun 2009 12:46:09 +0200 Subject: moves reopening of core classes to add generic stuff from Action Pack to AS/core_ext and adds tests [#2798 state:committed] Signed-off-by: Jeremy Kemper --- activesupport/lib/active_support/core_ext/boolean.rb | 1 + 1 file changed, 1 insertion(+) create mode 100644 activesupport/lib/active_support/core_ext/boolean.rb (limited to 'activesupport/lib/active_support/core_ext/boolean.rb') diff --git a/activesupport/lib/active_support/core_ext/boolean.rb b/activesupport/lib/active_support/core_ext/boolean.rb new file mode 100644 index 0000000000..be834288f2 --- /dev/null +++ b/activesupport/lib/active_support/core_ext/boolean.rb @@ -0,0 +1 @@ +require 'active_support/core_ext/boolean/conversions' \ No newline at end of file -- cgit v1.2.3