parsley/app/views/recipes/show.json.jbuilder
2018-04-14 15:04:08 -05:00

6 lines
78 B
Ruby

json.cache_root! [@recipe] do
json.partial! 'recipe', recipe: @recipe
end