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

6 lines
122 B
Ruby

json.extract! @log, :id, :date, :rating, :notes
json.recipe do
json.partial! 'recipes/recipe', recipe: @log.recipe
end