aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/type_caster.rb
blob: ed2e4fb79ca7325eea47e1ae1a90a5e890d9f1b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

require_relative "type_caster/map"
require_relative "type_caster/connection"

module ActiveRecord
  module TypeCaster # :nodoc:
  end
end