teams_controller.rb revision 6d67b58472abc76a1d0d68a1d1fa32a45dc6626a
#
# Displays all teams of the current users and creates new ones.
#
end
end
# you need to override this method with something like:
# @permission_list ||= PermissionList.new ...
end
end
end
# is the current user admin for the current team?
end
end
end