method

reload_schema_from_cache

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: ClassMethods
reload_schema_from_cache() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/timestamp.rb, line 90
        def reload_schema_from_cache
          @timestamp_attributes_for_create_in_model = nil
          @timestamp_attributes_for_update_in_model = nil
          @all_timestamp_attributes_in_model = nil
          super
        end
Register or log in to add new notes.