7 lines
184 B
CoffeeScript
7 lines
184 B
CoffeeScript
Travis.RequestSerializer = Travis.ApplicationSerializer.extend
|
|
attrs: {
|
|
branchName: { key: 'branch' }
|
|
tagName: { key: 'tag' }
|
|
repo: { key: 'repository_id' }
|
|
}
|