• Book your parties online today!!!
  •  
  • GRIPPER SOCKS REQUIRED AS 09/01/16!
  • Sign your waivers online!
  • OPEN late Friday and Saturday until 10pm!
  • Family Reunions, Corporate Events, and FUNraisers...call !
  • Winter Hours: Mon: 6-9pm Tue-Thu: 12-9pm Fri: 12-10pm Sat: 10am-10pm Sun: 12-8pm !
  • Weekends (Friday-Sunday) and Holidays just $10/1st hr. and only $5 each addl. hour for ALL ages!
  • NOW OPEN LATE SUNDAYS NOON-8PM!!!
  • CAN-DO CLUB Monday, November 7th 4-6PM!
  •  
  • OPEN late Friday and Saturday until 10pm!
  • GRIPPER SOCKS ARE NOW REQUIRED!
  • Weekends (Friday-Sunday) and Holidays just $10/1st hr. and only $5 each addl. hour for ALL ages!
0 Items // Checkout // My Account
Follow us on
3653 South 500 West, SLC, 84115

Missing Method in UploadsController

Error: The action images is not defined in controller UploadsController

Error: Create UploadsController::images() in file: app/controllers/uploads_controller.php.

<?php
class UploadsController extends AppController {

        var $name = 'Uploads';


        function images() {

        }

}
?>

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