mirror of
https://github.com/discourse/discourse.git
synced 2025-02-14 15:24:57 +00: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);
|
||
|
}
|
||
|
});
|