UNPKG

bricks-cli

Version:

Command line tool for developing ambitious ember.js apps

10 lines (8 loc) 207 B
var Blueprint = require('../../lib/models/blueprint'); module.exports = Blueprint.extend({ locals: function(options) { return { path: '/' + options.entity.name.replace(/^\//, '') }; } });