Exemplo n.º 1
0
 public function exhibitAddEmpty()
 {
     $exhibit = Exhibit::create(array('published' => false, 'autodraft' => true));
     return Response::json(array('success' => true, 'id' => $exhibit->id));
 }