diff options
author | Zachary Scott <e@zzak.io> | 2014-06-02 13:15:30 -0700 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2014-06-02 13:15:30 -0700 |
commit | 2005e3599211cda7cb7a898f9499872c0038ad9a (patch) | |
tree | b797865b3f527df630de2cc9c7cef5adb6efc92e | |
parent | b5d53f864826c7ce88af0d8b9a9ff45f95956f6b (diff) | |
parent | 9b9dec5b5f713edbe0d7556558fd0fe4216053d5 (diff) | |
download | rails-2005e3599211cda7cb7a898f9499872c0038ad9a.tar.gz rails-2005e3599211cda7cb7a898f9499872c0038ad9a.tar.bz2 rails-2005e3599211cda7cb7a898f9499872c0038ad9a.zip |
Merge pull request #15473 from sgrif/sg-missing-colon
Add missing colon to internal [ci skip]
-rw-r--r-- | activerecord/lib/active_record/properties.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |