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.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/activemodel/lib/active_model/base.rb b/activemodel/lib/active_model/base.rb
index 1141156da4..a500adfdf1 100644
--- a/activemodel/lib/active_model/base.rb
+++ b/activemodel/lib/active_model/base.rb
@@ -1,4 +1,8 @@
module ActiveModel
class Base
+ include Observing
+ # disabled, until they're tested
+ # include Callbacks
+ # include Validations
end
end \ No newline at end of file