mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-26 00:58:47 -05:00
6 lines
126 B
Text
6 lines
126 B
Text
|
export default Ember.Route.extend({
|
||
|
model: function(params) {
|
||
|
return Discourse.SiteText.find(params.text_type);
|
||
|
}
|
||
|
});
|