/**
  * Return all the published abbreviations.
  * @return array
  */
 public function published()
 {
     return AbbreviationModel::published();
 }