aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/new_callbacks.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-04-22 17:17:31 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2009-04-22 17:17:31 -0700
commit5c4ba6e3fc66a779c28a70b8d7bde14b49e7c36c (patch)
treea1d7dc1605edd6b9a0d72b150b166d014ece20af /activesupport/lib/active_support/new_callbacks.rb
parentb2d6fdae353be4fca41d7ac1839f30d9737162fd (diff)
downloadrails-5c4ba6e3fc66a779c28a70b8d7bde14b49e7c36c.tar.gz
rails-5c4ba6e3fc66a779c28a70b8d7bde14b49e7c36c.tar.bz2
rails-5c4ba6e3fc66a779c28a70b8d7bde14b49e7c36c.zip
new_callbacks core extensions
Diffstat (limited to 'activesupport/lib/active_support/new_callbacks.rb')
-rw-r--r--activesupport/lib/active_support/new_callbacks.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/new_callbacks.rb b/activesupport/lib/active_support/new_callbacks.rb
index 356d70b650..7a48dbac04 100644
--- a/activesupport/lib/active_support/new_callbacks.rb
+++ b/activesupport/lib/active_support/new_callbacks.rb
@@ -1,3 +1,6 @@
+require 'active_support/core_ext/array/wrap'
+require 'active_support/core_ext/class/inheritable_attributes'
+
module ActiveSupport
# Callbacks are hooks into the lifecycle of an object that allow you to trigger logic
# before or after an alteration of the object state.