TryGhost/Ghost

View on GitHub
ghost/admin/app/models/page.js

Summary

Maintainability
A
0 mins
Test Coverage
import PostModel from './post';

export default PostModel.extend({
    displayName: 'page'
});