This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/routes/unknown_route.js
2014-04-29 15:29:13 -04:00

6 lines
133 B
JavaScript

Discourse.UnknownRoute = Em.Route.extend({
model: function() {
return Discourse.ajax("/404-body", {dataType: 'html'});
}
});