This website requires JavaScript.
Explore
Help
Sign in
codeninjasllc
/
discourse
Watch
1
Star
0
Fork
You've already forked discourse
0
mirror of
https://github.com/codeninjasllc/discourse.git
synced
2024-11-28 10:08:20 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
d8734fc542
discourse
/
app
/
assets
/
javascripts
/
admin
/
routes
/
admin-backups-index.js.es6
6 lines
92 B
Text
Raw
Normal View
History
Unescape
Escape
Migrate a bunch of admin routes to ES6 modules
2015-08-06 12:14:59 -04:00
export default Ember.Route.extend({
model() {
Revert "REFACTOR: support booting discourse with DISCOURSE_NO_CONSTANTS" This reverts commit c0b277d273536f6aab1df67d908ed5e306868b2a.
2015-11-20 10:00:12 -05:00
return Discourse.Backup.find();
Migrate a bunch of admin routes to ES6 modules
2015-08-06 12:14:59 -04:00
}
});
Reference in a new issue
Copy permalink