Skip to content

Commit

Permalink
Merge pull request #15 from DrMabuse23/develop
Browse files Browse the repository at this point in the history
add view to AccessControl
  • Loading branch information
schmunk42 committed Jun 27, 2014
2 parents b6ec00c + 32676bc commit 3e97b49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crud/default/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ public function behaviors()
'index',
'create',
'update',
'delete'
'delete',
'view'
],
'allow' => true,
'roles' => ['@'],
Expand Down

0 comments on commit 3e97b49

Please sign in to comment.