aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2018-11-27 15:25:36 +0900
committerRyuta Kamizono <kamipo@gmail.com>2018-11-27 15:25:36 +0900
commitb566be2349053198604e683e6276222ac9b16ed6 (patch)
tree6d47ebdb2c89ed3b6ad70076b59088a1d4c8c6bc /activerecord
parent24adc20ace69ec0fcf317e0a8d91d112478ba015 (diff)
downloadrails-b566be2349053198604e683e6276222ac9b16ed6.tar.gz
rails-b566be2349053198604e683e6276222ac9b16ed6.tar.bz2
rails-b566be2349053198604e683e6276222ac9b16ed6.zip
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.
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/lib/active_record/type.rb1
1 files changed, 0 insertions, 1 deletions
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