parsley/app/views/task_lists/_task_list.json.jbuilder
Dan Elbert 18603dc783
Some checks failed
parsley/pipeline/head There was a failure building this commit
tasks
2018-09-06 18:16:13 -05:00

4 lines
149 B
Ruby

json.extract! task_list, :id, :name, :created_at, :updated_at
json.task_items task_list.task_items, partial: 'task_items/task_item', as: :task_item