Skip to content

Commit

Permalink
Use hyrax/base/show jbuilder for collection json
Browse files Browse the repository at this point in the history
Fixes the collection's valkyrie id being output as a hash.
  • Loading branch information
dlpierce committed Nov 2, 2023
1 parent 5eeb009 commit 72714bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def show

respond_to do |format|
format.html
format.json { render json: @curation_concern }
format.json { render 'hyrax/base/show' }
end
end

Expand Down

0 comments on commit 72714bb

Please sign in to comment.