permissions_controller.rb revision 3df59f8f57e90e1667f4c31d77accbe2b4910c1c
#
# Permissions list administration of permissions for a repository
#
destroy! do
end
end
update! do
end
end
:model => Permission,
:collection => collection,
:association => :subject,
end
end
end