mirror of
https://github.com/discourse/discourse.git
synced 2025-02-04 07:55:02 +08:00
7 lines
177 B
JavaScript
7 lines
177 B
JavaScript
import RestModel from 'discourse/models/rest';
|
|
import { fmt } from 'discourse/lib/computed';
|
|
|
|
export default RestModel.extend({
|
|
detailedName: fmt('id', 'name', '%@ - %@')
|
|
});
|