Exemplo n.º 1
0
 /**
  * 指定画像の「いいね!」を登録します
  */
 public function post_add()
 {
     $this->response(Model_Good::add());
 }