From bae435038f02ebc2159817d4ed5bd4daa1d9c644 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Fri, 7 Mar 2025 19:09:05 +0900 Subject: [PATCH] "Missing template staff/grids/schedule.json.jbuilder" with {locale: [:en], formats: [:html], variants: [], handlers: [:raw, :erb, :html, :builder, :ruby, :haml, :jbuilder] --- app/views/staff/grids/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/staff/grids/show.html.haml b/app/views/staff/grids/show.html.haml index 30ebfb690..ba2334ad8 100644 --- a/app/views/staff/grids/show.html.haml +++ b/app/views/staff/grids/show.html.haml @@ -1 +1 @@ -= react_component('Schedule', render(template: "staff/grids/schedule.json.jbuilder")) += react_component('Schedule', render(template: "staff/grids/schedule", formats: [:json]))