mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-03 04:17:34 -05:00
6 lines
177 B
JavaScript
6 lines
177 B
JavaScript
import RestModel from 'discourse/models/rest';
|
|
import { fmt } from 'discourse/lib/computed';
|
|
|
|
export default RestModel.extend({
|
|
detailedName: fmt('id', 'name', '%@ - %@')
|
|
});
|