*** Models ***
**** Models which have own show pages ****
- Create 'getUrl()' method, which return to you link on the show page of this model
- Always create 'created_at', 'updated_at', 'publicated_at' fields
- Dont use json_encode in beforeValidate method of your Model. It can creates strange errors in nowhere. Use json_encode only in admin controller