method

reload_schema_from_cache

reload_schema_from_cache()
private

No documentation available.

# 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