2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

FIX: refreshTitle error when navigating to a 404 page

This commit is contained in:
Robin Ward 2014-10-15 14:33:22 -04:00
parent 31e9cafe0e
commit 224f503e6f
10 changed files with 10 additions and 9 deletions

View file

@ -1,6 +1,6 @@
import UserField from 'admin/models/user-field';
export default Ember.Route.extend({
export default Discourse.Route.extend({
model: function() {
return UserField.findAll();
},