public function __construct($attributes = array())
 {
     parent::__construct(array('attributes' => $attributes, 'belongsTo' => array('account' => BelongsTo::module('Account'), 'quote' => BelongsTo::module('AOS_Quotes'))));
 }
 public function __construct($attributes = array())
 {
     parent::__construct(array('attributes' => $attributes, 'belongsTo' => array('account' => BelongsTo::module('Account')), 'hasMany' => array('bugs' => HasMany::module('Bug'))));
 }