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

module ActiveModel
  module Callbacks
    
  end
end