aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/base.rb
blob: a500adfdf1db0b8f2bf9cd13ba6746b47d467dbe (plain) (blame)
1
2
3
4
5
6
7
8
module ActiveModel
  class Base
    include Observing
    # disabled, until they're tested
    # include Callbacks
    # include Validations
  end
end