Skip to content

Commit

Permalink
Remove custom picture variant classes
Browse files Browse the repository at this point in the history
Now that we use ActiveStorage we can remove our custom picture variant handling
  • Loading branch information
tvdeyen committed Apr 11, 2022
1 parent 500208a commit 22a26cd
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 843 deletions.
1 change: 0 additions & 1 deletion app/models/alchemy/picture.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ class Picture < BaseRecord
has_many :contents, through: :essence_pictures
has_many :elements, through: :contents
has_many :pages, through: :elements
has_many :thumbs, class_name: "Alchemy::PictureThumb", dependent: :destroy

# Raise error, if picture is in use (aka. assigned to an EssencePicture)
#
Expand Down
145 changes: 0 additions & 145 deletions app/models/alchemy/picture/transformations.rb

This file was deleted.

57 changes: 0 additions & 57 deletions app/models/alchemy/picture_thumb.rb

This file was deleted.

39 changes: 0 additions & 39 deletions app/models/alchemy/picture_thumb/create.rb

This file was deleted.

23 changes: 0 additions & 23 deletions app/models/alchemy/picture_thumb/signature.rb

This file was deleted.

22 changes: 0 additions & 22 deletions app/models/alchemy/picture_thumb/uid.rb

This file was deleted.

Loading

0 comments on commit 22a26cd

Please sign in to comment.