method

reload_schema_from_cache

rails latest stable - Class: ActiveRecord::Timestamp::ClassMethods
reload_schema_from_cache(recursive = true)
protected

No documentation available.

# File activerecord/lib/active_record/timestamp.rb, line 82
        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