We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028ccb5 commit e15ba0eCopy full SHA for e15ba0e
1 file changed
app/views/identities/_account.json.jbuilder
@@ -1,4 +1,4 @@
1
json.cache! account do
2
- json.(account, :id, :name, :external_account_id)
+ json.(account, :id, :name, :slug)
3
json.created_at account.created_at.utc
4
end
0 commit comments