_params['layout']) ? $this->_params['layout'] : false; $this->_template = new ActionView\Template(['lambda' => $this->_params['lambda']], ['layout' => $layout]); $this->_template->setLocals(\Rails::application()->controller()->locals()); $this->_template->renderContent(); } public function _print_view() { return $this->_template->content(); } }