Skip to content

Instantly share code, notes, and snippets.

Created August 25, 2013 23:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/6337054 to your computer and use it in GitHub Desktop.
Save anonymous/6337054 to your computer and use it in GitHub Desktop.
class DecisionMaking_Controller extends Controller {
public static $allowed_actions = array(
'index' => true,
'undecided' => true,
'decided' => true,
'deciding' => true,
'factor' => true
);
public static $url_handlers = array(
'deciding/$Action/$ID/$Name' => 'deciding'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment