var Ridepool = module.exports = model('Ridepool')
  .route(config.api_url() + '/ridepools')
  .attr('_id')
  .attr('created_by')
  .attr('name')