diff options
author | Kir Shatrov <shatrov@me.com> | 2015-10-05 20:39:56 +0300 |
---|---|---|
committer | Kir Shatrov <shatrov@me.com> | 2015-10-05 20:39:56 +0300 |
commit | 40d2b5521224e40bef80e3435d14dff94dc7af23 (patch) | |
tree | 2480b03980c9410f14267ac25a502770cb3e9e0d /activerecord | |
parent | 44cff3045c5d98fb368e86949dd0973ee768c409 (diff) | |
download | rails-40d2b5521224e40bef80e3435d14dff94dc7af23.tar.gz rails-40d2b5521224e40bef80e3435d14dff94dc7af23.tar.bz2 rails-40d2b5521224e40bef80e3435d14dff94dc7af23.zip |
No need to declare ActiveRecord::Attributes::Type
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/lib/active_record/attributes.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/activerecord/lib/active_record/attributes.rb b/activerecord/lib/active_record/attributes.rb index 8b2c4c7170..a573f76a8e 100644 --- a/activerecord/lib/active_record/attributes.rb +++ b/activerecord/lib/active_record/attributes.rb @@ -5,9 +5,6 @@ module ActiveRecord module Attributes extend ActiveSupport::Concern - # :nodoc: - Type = ActiveRecord::Type - included do class_attribute :attributes_to_define_after_schema_loads, instance_accessor: false # :internal: self.attributes_to_define_after_schema_loads = {} |