Skip to content

Commit

Permalink
Merge pull request cakephp#561 from kwetto/patch-1
Browse files Browse the repository at this point in the history
Update simple-acl-controlled-application.rst
  • Loading branch information
lorenzo committed Apr 29, 2013
2 parents 42fca82 + a65783e commit 0a71a61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ MySQLのプロンプトで ``SELECT * FROM aros;`` を実行した場合、次
グループだけのACL
-----------------

グループごとのみのパーミッションに単純化したい場合、 ``User`` も出るに ``bindNode()`` を実装する必要があります::
グループごとのみのパーミッションに単純化したい場合、 ``User`` モデルに ``bindNode()`` を実装する必要があります::

public function bindNode($user) {
return array('model' => 'Group', 'foreign_key' => $user['User']['group_id']);
Expand Down

0 comments on commit 0a71a61

Please sign in to comment.