can't find record with friendly id: "infrastructure"
Extracted source (around line #5):
3
4
5
6
7
8
              
skip_before_action :authenticate_user!
def show
@gallery = Gallery.friendly.find(params[:gallery_id])
@item = @gallery.items.find(params[:id])
gon.item = @item
end

Rails.root: /home/oknotok/apps/okguide/releases/20230819072759

Application Trace | Framework Trace | Full Trace

Request

Parameters:

{"gallery_id"=>"infrastructure", "id"=>"13121"}

Response

Headers:

None