mirror of
https://github.com/discourse/discourse.git
synced 2025-02-11 16:37:32 +08:00
6 lines
126 B
Plaintext
6 lines
126 B
Plaintext
![]() |
export default Ember.Route.extend({
|
||
|
model: function(params) {
|
||
|
return Discourse.SiteText.find(params.text_type);
|
||
|
}
|
||
|
});
|