Skip to content

Commit

Permalink
🐛 Fix bad method name
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyf committed Nov 27, 2023
1 parent b0f2c44 commit 7add38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/hyrax/my/works_controller_decorator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
module Hyrax
module My
module WorksControllerDecorator
def collection_service
def collections_service
cloned = clone
cloned.params = {}
Hyrax::CollectionsService.new(cloned)
Expand Down

0 comments on commit 7add38e

Please sign in to comment.