team_users_controller.rb revision 6d67b58472abc76a1d0d68a1d1fa32a45dc6626a
#
# Managing users of a team, only accessible by team admins
#
:collection => collection,
:association => :user,
end
# only admins should administrate the given team
end
end