Adding changes to test controller.

Refs #2198
This commit is contained in:
mark_story 2011-11-11 21:39:30 -05:00
parent 99caa98df3
commit ee6d1cfdf0

View file

@ -53,6 +53,11 @@ class TestsAppsPostsController extends AppController {
$this->render('index');
}
public function input_data() {
$this->set('data', $this->request->input('json_decode', true));
$this->render('index');
}
/**
* Fixturized action for testAction()
*