Edit a Story

form_for($story, array("controller" => "stories", "action" => "update", "id" => $item->short_id), array(), function($f) use ($C) { ?> render(array("partial" => "stories/form"), array("f" => $f)); ?>
submit_tag("Save Changes"); ?>