aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/type/value.rb
blob: 36f680050f0f2db39c79e14c797f6c8b612314ac (plain) (blame)
1
2
3
4
5
6
7
8
module ActiveRecord
  module ConnectionAdapters
    module Type
      class Value # :nodoc:
      end
    end
  end
end