More info at ~/AkelosFramework/lib/AkActiveRecord.php documentation
$this->validatesPresenceOf('title', array('message'=> "Company title cant be blank"));
but i always must translate to something
Using different locales? Then it's:
$this->validatesPresenceOf('title', $this->t("Company title cant be blank") );
to have the string show up in the different locale files
1 to 3 of 3