From ecb6eee0d2caf882d3d68b8d3a53a25b696f2e7d Mon Sep 17 00:00:00 2001
From: utilum <oz@utilum.com>
Date: Thu, 8 Dec 2016 21:46:17 +0100
Subject: Fix test breaking error uninitialized constant
 ActiveRecord::Type::Value.

---
 activerecord/lib/active_record/type.rb | 1 +
 1 file changed, 1 insertion(+)

(limited to 'activerecord/lib')

diff --git a/activerecord/lib/active_record/type.rb b/activerecord/lib/active_record/type.rb
index fdf124283d..4f632660a8 100644
--- a/activerecord/lib/active_record/type.rb
+++ b/activerecord/lib/active_record/type.rb
@@ -59,6 +59,7 @@ module ActiveRecord
     Float = ActiveModel::Type::Float
     Integer = ActiveModel::Type::Integer
     String = ActiveModel::Type::String
+    Value = ActiveModel::Type::Value
 
     register(:big_integer, Type::BigInteger, override: false)
     register(:binary, Type::Binary, override: false)
-- 
cgit v1.2.3