This repository has been archived by the owner on May 2, 2024. It is now read-only.
Simplify user jbuilder #40
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)`.
|