aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/boolean.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2009-06-13 12:46:09 +0200
committerJeremy Kemper <jeremy@bitsweat.net>2009-06-13 15:01:14 -0700
commitb56169c26240db1b1cff3c6f65a34b7516a9fc15 (patch)
tree8f1d6ff26fd993afedbead7c1a4bd79ced5844a9 /activesupport/lib/active_support/core_ext/boolean.rb
parent9eeb5fed2ff8e781e56202f62b125bfadc486999 (diff)
downloadrails-b56169c26240db1b1cff3c6f65a34b7516a9fc15.tar.gz
rails-b56169c26240db1b1cff3c6f65a34b7516a9fc15.tar.bz2
rails-b56169c26240db1b1cff3c6f65a34b7516a9fc15.zip
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 <jeremy@bitsweat.net>
Diffstat (limited to 'activesupport/lib/active_support/core_ext/boolean.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/boolean.rb1
1 files changed, 1 insertions, 0 deletions
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