parsley/app/views/logs/show.json.jbuilder

6 lines
122 B
Plaintext
Raw Normal View History

2018-04-14 15:04:08 -05:00
json.extract! @log, :id, :date, :rating, :notes
json.recipe do
json.partial! 'recipes/recipe', recipe: @log.recipe
end