aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
diff options
context:
space:
mode:
authorKir Shatrov <shatrov@me.com>2015-10-05 20:39:56 +0300
committerKir Shatrov <shatrov@me.com>2015-10-05 20:39:56 +0300
commit40d2b5521224e40bef80e3435d14dff94dc7af23 (patch)
tree2480b03980c9410f14267ac25a502770cb3e9e0d /activerecord/lib
parent44cff3045c5d98fb368e86949dd0973ee768c409 (diff)
downloadrails-40d2b5521224e40bef80e3435d14dff94dc7af23.tar.gz
rails-40d2b5521224e40bef80e3435d14dff94dc7af23.tar.bz2
rails-40d2b5521224e40bef80e3435d14dff94dc7af23.zip
No need to declare ActiveRecord::Attributes::Type
Diffstat (limited to 'activerecord/lib')
-rw-r--r--activerecord/lib/active_record/attributes.rb3
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 = {}