aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/type_caster.rb
blob: dbe91dc12bcac34e1d1e14f792e86cbad1526c9c (plain) (blame)
1
2
3
4
5
6
7
8
# frozen_string_literal: true
require "active_record/type_caster/map"
require "active_record/type_caster/connection"

module ActiveRecord
  module TypeCaster # :nodoc:
  end
end