From b566be2349053198604e683e6276222ac9b16ed6 Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Tue, 27 Nov 2018 15:25:36 +0900 Subject: Revert "We still need the `Helpers` constant in the `ActiveRecord` namespace" This reverts commit d52f74480ae46cd3de7ce697093136b01c7a2172. Since 24adc20, the `Helpers` constant in the `ActiveRecord` namespace is not referenced anymore. --- activerecord/lib/active_record/type.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activerecord') diff --git a/activerecord/lib/active_record/type.rb b/activerecord/lib/active_record/type.rb index c303186ef2..405936aca6 100644 --- a/activerecord/lib/active_record/type.rb +++ b/activerecord/lib/active_record/type.rb @@ -53,7 +53,6 @@ module ActiveRecord end end - Helpers = ActiveModel::Type::Helpers BigInteger = ActiveModel::Type::BigInteger Binary = ActiveModel::Type::Binary Boolean = ActiveModel::Type::Boolean -- cgit v1.2.3