method
reload_schema_from_cache
v7.2.3 -
Show latest stable
- Class:
ActiveRecord::Timestamp::ClassMethods
reload_schema_from_cache(recursive = true)protected
No documentation available.
# File activerecord/lib/active_record/timestamp.rb, line 84
def reload_schema_from_cache(recursive = true)
@timestamp_attributes_for_create_in_model = nil
@timestamp_attributes_for_update_in_model = nil
@all_timestamp_attributes_in_model = nil
super
end