/** Setup the index page of Iron Age rulers in a list
  * @access public
  * @return void
  */
 public function indexAction()
 {
     $this->view->rulers = $this->_rulers->getIronAgeRulersListed();
 }
 /** Setup the index page of Iron Age rulers in a list
  */
 public function indexAction()
 {
     $rulers = new Rulers();
     $this->view->rulers = $rulers->getIronAgeRulersListed();
 }