Fixed issue #66.

This commit is contained in:
Parziphal 2014-03-08 12:27:33 -05:00
parent 23697dd525
commit efed545ccd

View File

@ -12,6 +12,7 @@ class PoolController extends ApplicationController
'before' => [
'user_can_see_posts' => ['only' => ['zip']],
'member_only' => ['only' => ['destroy', 'update', 'add_post', 'remove_post', 'import', 'zip']],
'post_member_only' => ['only' => ['create']],
'contributor_only' => ['only' => ['copy', 'transfer_metadata']]
]
];