Skip to content

Commit

Permalink
add status to family json
Browse files Browse the repository at this point in the history
  • Loading branch information
one-m1nd committed Mar 4, 2024
1 parent b6deaeb commit ec3ba86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/families/_family.json.jbuilder
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ end
json.plants family.plants do |plant|
json.id plant.id
json.name plant.name
json.status plant.status.name
json.created_at plant.created_at
json.updated_at plant.updated_at
end

0 comments on commit ec3ba86

Please sign in to comment.