Skip to content

Commit

Permalink
Adding changes to test controller.
Browse files Browse the repository at this point in the history
Refs #2198
  • Loading branch information
markstory committed Nov 12, 2011
1 parent 99caa98 commit ee6d1cf
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -53,6 +53,11 @@ public function post_var() {
$this->render('index');
}

public function input_data() {
$this->set('data', $this->request->input('json_decode', true));
$this->render('index');
}

/**
* Fixturized action for testAction()
*
Expand Down

0 comments on commit ee6d1cf

Please sign in to comment.