ashleygwilliams/ashleygwilliams.github.io

View on GitHub
app/classes/base_model.js

Summary

Maintainability
A
0 mins
Test Coverage
const Bookshelf = require('./database');

const instanceProps = {};
const classProps = {};

module.exports = Bookshelf.Model.extend(instanceProps, classProps);