instance method
reload_schema_from_cache
Ruby on Rails 8.0.4
Since v7.2.3Signature
reload_schema_from_cache(*)
No documentation comment.
Parameters
-
argsrest
Source
# File activerecord/lib/active_record/attributes.rb, line 279
def reload_schema_from_cache(*)
reset_default_attributes!
super
end
Defined in activerecord/lib/active_record/attributes.rb line 279
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Attributes::ClassMethods