public function renderDefault($hash = '') { $this->template->pasteData = $this->pasteManager->get($hash); }
public function pasteItFormSucceeded($form) { $hash = $this->pasteManager->save($form->values); $this->redirect('Show:default', $hash); }