Class: ArchivedImage
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- ArchivedImage
- 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.