about summary refs log tree commit diff
path: root/app/views/api/v1/apps/create.rabl
blob: 1ff6469a46d3c0d1dde062c746ba26843873f71d (plain) (blame)
1
2
3
4
object @app
attributes :id, :redirect_uri
node(:client_id) { |app| app.uid }
node(:client_secret) { |app| app.secret }