aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/properties.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/lib/active_record/properties.rb')
-rw-r--r--activerecord/lib/active_record/properties.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/properties.rb b/activerecord/lib/active_record/properties.rb
index a25c1cec58..417afe6109 100644
--- a/activerecord/lib/active_record/properties.rb
+++ b/activerecord/lib/active_record/properties.rb
@@ -2,7 +2,7 @@ module ActiveRecord
module Properties # :nodoc:
extend ActiveSupport::Concern
- Type = ConnectionAdapters::Type
+ Type = ActiveRecord::Type
module ClassMethods
# Defines or overrides a property on this model. This allows customization of