aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/callbacks.rb
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-03-21 01:32:59 +0000
committerPratik Naik <pratiknaik@gmail.com>2009-03-21 01:32:59 +0000
commit2bc4189faf1dc9ebc59054be0b54e15d098ab1f2 (patch)
tree051a94613e76b179efee06a6f9b909bc253a441f /activemodel/lib/active_model/callbacks.rb
parente4b89b4680d612dea7322a662aea7f83e5c718fb (diff)
downloadrails-2bc4189faf1dc9ebc59054be0b54e15d098ab1f2.tar.gz
rails-2bc4189faf1dc9ebc59054be0b54e15d098ab1f2.tar.bz2
rails-2bc4189faf1dc9ebc59054be0b54e15d098ab1f2.zip
Get rid of active_model/core and active_model/callbacks
Diffstat (limited to 'activemodel/lib/active_model/callbacks.rb')
-rw-r--r--activemodel/lib/active_model/callbacks.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/activemodel/lib/active_model/callbacks.rb b/activemodel/lib/active_model/callbacks.rb
deleted file mode 100644
index c94f76109f..0000000000
--- a/activemodel/lib/active_model/callbacks.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-require 'active_model/core'
-
-module ActiveModel
- module Callbacks
-
- end
-end \ No newline at end of file