permissions_controller.rb revision d62eba79f306957dd89ea9d3313600e98e2a8beb
#
# Managing users of a team, only accessible by team admins
#
:model => Permission,
:polymorphic => 'subject',
:collection => collection.all,
:editable => true, # TODO
end
super #TODO check access
end
end