Missing Method in BrandsController

Error: The action dvs-shoes.html is not defined in controller BrandsController

Error: Create BrandsController::dvs-shoes.html() in file: app/controllers/brands_controller.php.

<?php
class BrandsController extends AppController {

	var $name = 'Brands';


	function dvs-shoes.html() {

	}

}
?>

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

(master) 3 queries took 2 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SELECT `Session`.`id`, `Session`.`data`, `Session`.`expires` FROM `cake_sessions` AS `Session` WHERE `id` = 'vg1imji4e61qtilp3fbjaad712' LIMIT 1001
2INSERT INTO `page_views` (`geo_country`, `geo_region`, `geo_region_name`, `geo_dma_code`, `geo_postal_code`, `geo_city`, `session`, `ip_address`, `domain_name`, `script_url`, `mobile`, `modified`, `created`) VALUES ('US', NULL, NULL, NULL, NULL, NULL, 'vg1imji4e61qtilp3fbjaad712', '38.107.179.229', 'theberricscanteen.com', '/brands/dvs-shoes.html', 0, '2012-02-04 07:09:59', '2012-02-04 07:09:59')11
3SELECT LAST_INSERT_ID() AS insertID110
(default) 0 query took ms
NrQueryErrorAffectedNum. rowsTook (ms)