Missing Method in OurStoresController
Error:
The action 1 is not defined in controller OurStoresController
Error:
Create OurStoresController::1() in file: app/controllers/our_stores_controller.php.
<?php
class OurStoresController extends AppController {
var $name = 'OurStores';
function 1() {
}
}
?>
Notice:
If you want to customize this error message, create app/views/errors/missing_action.ctp.