1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

We still need the Helpers constant in the ActiveRecord namespace

We should probably review the usage of these constants and decide
whether we want to be more transparent about which things come from
Active Model vs Active Record, as this is meaningful information as to
whether there is database specific behavior or not.
This commit is contained in:
Sean Griffin 2015-09-21 10:20:44 -06:00
parent 0e681c9f49
commit d52f74480a

View file

@ -44,6 +44,7 @@ module ActiveRecord
end
end
Helpers = ActiveModel::Type::Helpers
BigInteger = ActiveModel::Type::BigInteger
Binary = ActiveModel::Type::Binary
Boolean = ActiveModel::Type::Boolean