Controller_Blog::action_post PHP Method

action_post() public method

public action_post ( )
    public function action_post()
    {
        $this->template->content = Request::factory(Route::get('shindig/blog')->uri(array('action' => 'post', 'slug' => $this->request->param('slug'))))->execute()->response;
    }