/** * POSTされた画像、ショップ情報、位置情報を登録します */ public function post_add() { $this->response(Model_Geo::add_relation()); }