TryGhost/Ghost

View on GitHub
ghost/admin/app/routes/posts/mentions.js

Summary

Maintainability
A
0 mins
Test Coverage
import MentionsRoute from '../mentions';

export default class PostsMentionsRoute extends MentionsRoute {
    controllerName = 'mentions';
    templateName = 'mentions';
}