aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/callbacks.rb
blob: 1dd20156ec01c765d644215058eb6cd3f3babaa8 (plain) (blame)
1
2
3
4
5
6
7
require 'active_model/observing'

module ActiveModel
  module Callbacks
    
  end
end