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:
parent
0e681c9f49
commit
d52f74480a
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ module ActiveRecord
|
|||
end
|
||||
end
|
||||
|
||||
Helpers = ActiveModel::Type::Helpers
|
||||
BigInteger = ActiveModel::Type::BigInteger
|
||||
Binary = ActiveModel::Type::Binary
|
||||
Boolean = ActiveModel::Type::Boolean
|
||||
|
|
Loading…
Reference in a new issue