Some checks failed
parsley/pipeline/head There was a failure building this commit
4 lines
149 B
Ruby
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
|