From 9b9dec5b5f713edbe0d7556558fd0fe4216053d5 Mon Sep 17 00:00:00 2001 From: Sean Griffin Date: Mon, 2 Jun 2014 13:42:50 -0600 Subject: Add missing colon to internal --- activerecord/lib/active_record/properties.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/lib/active_record/properties.rb b/activerecord/lib/active_record/properties.rb index e70f84808d..5fd51e09fa 100644 --- a/activerecord/lib/active_record/properties.rb +++ b/activerecord/lib/active_record/properties.rb @@ -5,7 +5,7 @@ module ActiveRecord Type = ActiveRecord::Type included do - class_attribute :user_provided_columns, instance_accessor: false # :internal + class_attribute :user_provided_columns, instance_accessor: false # :internal: self.user_provided_columns = {} end -- cgit v1.2.3