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