Missing Method in ContentsController

Error: The action link is not defined in controller ContentsController

Error: Create ContentsController::link() in file: mobile/controllers/contents_controller.php.

<?php
class ContentsController extends AppController {

	var $name = 'Contents';


	function link() {

	}

}
?>

Notice: If you want to customize this error message, create mobile/views/errors/missing_action.ctp

(default) 0 query took ms
NrQueryErrorAffectedNum. rowsTook (ms)
(ccsWrite) 1 query took 2 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SELECT `SiteDevice`.`id` FROM `site_devices` AS `SiteDevice` WHERE `shop_id` = 61 AND `name` = 'MOBILE' AND `deleted_at` IS NULL LIMIT 1112
(shop) 0 query took ms
NrQueryErrorAffectedNum. rowsTook (ms)