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