aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activemodel/lib/active_model/base.rb')
-rw-r--r--activemodel/lib/active_model/base.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/activemodel/lib/active_model/base.rb b/activemodel/lib/active_model/base.rb
deleted file mode 100644
index a500adfdf1..0000000000
--- a/activemodel/lib/active_model/base.rb
+++ /dev/null
@@ -1,8 +0,0 @@
-module ActiveModel
- class Base
- include Observing
- # disabled, until they're tested
- # include Callbacks
- # include Validations
- end
-end \ No newline at end of file