Skip to content

Commit

Permalink
adding auth setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmatic69 committed Feb 1, 2010
1 parent b36879e commit c5ebda9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app_controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,16 @@ function beforeFilter() {
$this->{$this->modelClass}->Behaviors->detach('Viewable');
}
}

$this->__setupAuth();
}

function __setupAuth(){

}



/**
* Common methods for the app
*/
Expand Down

0 comments on commit c5ebda9

Please sign in to comment.