This commit is contained in:
jane 2022-04-09 21:16:01 -04:00
parent e253a71fc4
commit 2696e1f184
33 changed files with 443 additions and 0 deletions

View file

@ -0,0 +1,2 @@
json.extract! user, :id, :provider, :uid, :border, :created_at, :updated_at
json.url user_url(user, format: :json)