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:
parent
44cff3045c
commit
40d2b55212
1 changed files with 0 additions and 3 deletions
|
@ -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 = {}
|
||||
|
|
Loading…
Reference in a new issue