Fix adding ssh key
This commit is contained in:
parent
9a55449789
commit
b2b892238b
|
@ -19,6 +19,7 @@ Adapter = ApplicationAdapter.extend
|
|||
|
||||
id = Ember.get(record, 'id')
|
||||
|
||||
this.ajax(this.urlPrefix() + '/ssh_key/' + id, "PATCH", { data: data })
|
||||
this.ajax(this.urlPrefix() + '/ssh_key/' + id, "PATCH", { data: data }).then (data) ->
|
||||
data.ssh_key
|
||||
|
||||
`export default Adapter`
|
||||
|
|
Loading…
Reference in New Issue
Block a user