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

Merge pull request #21872 from kirs/chore/attributes-cleanup

No need to declare ActiveRecord::Attributes::Type
This commit is contained in:
Sean Griffin 2015-10-05 13:46:35 -06:00
commit 7669844145

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