Class: ArchivedImage

Inherits:
ApplicationRecord show all
Defined in:
app/models/archived_image.rb

Overview

## Usage

  • When an image is removed from the gallery, an instance of `ArchivedImage` is created to store its file and metadata.

  • The archived images can be retrieved to provide historical data or to regenerate logs or notifications.

Method Summary

Methods inherited from ApplicationRecord

sync_carrierwave_url