1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

No need to declare ActiveRecord::Attributes::Type

This commit is contained in:
Kir Shatrov 2015-10-05 20:39:56 +03:00
parent 44cff3045c
commit 40d2b55212

View file

@ -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 = {}