Show
Ignore:
Timestamp:
10/03/08 12:51:53 (3 months ago)
Author:
riaf
Message:

Request 実装できてないのに、 protected を実装した。早まった。反省はしていない。

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • events/phpframework/rhaco/trunk/index.php

    r20577 r20582  
    7373        '^signup$' => array( 
    7474            'class' => 'PhwittrUser', 
    75             'method' => 'signup', 
     75            'method' => 'follow', 
    7676        ), 
    77         '^account\/create$' => array( 
     77        '^friendships\/destroy\/(\d+)$' => array( 
    7878            'class' => 'PhwittrUser', 
    79             'method' => 'signup', 
     79            'method' => 'disFollow', 
    8080        ), 
    8181        '^account\/settings$' => array(