Skip to content

Commit

Permalink
Merge pull request #526 from amatsuda/missing_template_fix
Browse files Browse the repository at this point in the history
"Missing template staff/grids/schedule.json.jbuilder"
  • Loading branch information
amatsuda authored Mar 7, 2025
2 parents c7720b9 + bae4350 commit f35e7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/staff/grids/show.html.haml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
= react_component('Schedule', render(template: "staff/grids/schedule.json.jbuilder"))
= react_component('Schedule', render(template: "staff/grids/schedule", formats: [:json]))

0 comments on commit f35e7a7

Please sign in to comment.