From 40d2b5521224e40bef80e3435d14dff94dc7af23 Mon Sep 17 00:00:00 2001 From: Kir Shatrov Date: Mon, 5 Oct 2015 20:39:56 +0300 Subject: No need to declare ActiveRecord::Attributes::Type --- activerecord/lib/active_record/attributes.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'activerecord/lib/active_record') 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 = {} -- cgit v1.2.3