Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Simplify user jbuilder #40

Simplify user jbuilder

Simplify user jbuilder #40

Triggered via push January 24, 2024 17:11
Status Success
Total duration 26s
Artifacts

standard.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error
app/views/api/v1/domains/records/_record.json.jbuilder#L1
Prefer the use of `json.call(r, :id, :name, :content, :type, :ttl, :domain_id)` over `json.(r, :id, :name, :content, :type, :ttl, :domain_id)`.