Skip to content

Commit

Permalink
Merge pull request #2715 from AlchemyCMS/backport/7.1-stable/pr-2714
Browse files Browse the repository at this point in the history
[7.1-stable] Merge pull request #2714 from kulturbande/fix-rails-7.1-picture-controller
  • Loading branch information
tvdeyen authored Feb 5, 2024
2 parents 4e91b67 + a36ea33 commit 2e144d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/alchemy/admin/pictures_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class PicturesController < Alchemy::Admin::ResourcesController
helper "alchemy/admin/tags"

before_action :load_resource,
only: [:show, :edit, :update, :url, :destroy, :info]
only: [:show, :edit, :update, :url, :destroy]

before_action :set_size, only: [:index, :show, :edit_multiple]

Expand Down

0 comments on commit 2e144d1

Please sign in to comment.