diff options
author | Joshua Peek <josh@joshpeek.com> | 2009-07-21 00:13:26 -0500 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2009-07-21 00:13:26 -0500 |
commit | 6944b391cddbf1a3ffb3ac4ac588fa4b3d50f430 (patch) | |
tree | edaeec7b2b30d0643f83043b1d56ecf2132fbc24 /activemodel/lib/active_model | |
parent | 48bc39e03a077ed9a0684a181c1180c7f53b0cad (diff) | |
download | rails-6944b391cddbf1a3ffb3ac4ac588fa4b3d50f430.tar.gz rails-6944b391cddbf1a3ffb3ac4ac588fa4b3d50f430.tar.bz2 rails-6944b391cddbf1a3ffb3ac4ac588fa4b3d50f430.zip |
Kill AMo Base
Diffstat (limited to 'activemodel/lib/active_model')
-rw-r--r-- | activemodel/lib/active_model/base.rb | 8 |
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 |