Skip to content

Commit

Permalink
Fix admin/logos#form params syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
veganstraightedge committed Mar 8, 2025
1 parent 98be383 commit 23dedbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/controllers/admin/logos_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ def set_logo
end

def logo_params
params.expect logo: [%i[
params.expect logo: %i[
title subtitle description slug summary published_at locale publication_status
position hide_from_index image_jpg image_png image_pdf image_svg image_tif
]]
]
end
end
end

0 comments on commit 23dedbb

Please sign in to comment.