scaffold accounts
This commit is contained in:
2
app/views/accounts/_account.json.jbuilder
Normal file
2
app/views/accounts/_account.json.jbuilder
Normal file
@ -0,0 +1,2 @@
|
||||
json.extract! account, :id, :username, :password, :home, :site, :created_at, :updated_at
|
||||
json.url account_url(account, format: :json)
|
Reference in New Issue
Block a user