method
reload_schema_from_cache
v7.2.3 -
Show latest stable
- Class:
ActiveRecord::Attributes::ClassMethods
reload_schema_from_cache(*)protected
No documentation available.
# File activerecord/lib/active_record/attributes.rb, line 279
def reload_schema_from_cache(*)
reset_default_attributes!
super
end