added the last two models
This commit is contained in:
2
app/views/credentials/_credential.json.jbuilder
Normal file
2
app/views/credentials/_credential.json.jbuilder
Normal file
@@ -0,0 +1,2 @@
|
||||
json.extract! credential, :id, :email, :password, :created_at, :updated_at
|
||||
json.url credential_url(credential, format: :json)
|
||||
Reference in New Issue
Block a user