team_users_controller.rb revision cdb58a323a2a1b4c2191163a6a6772658462c136
#
# Managing users of a team, only accessible by team admins
#
respond_to do |format|
format.html { render :partial => '/teams/user', :locals => {:user => resource, :show_admin_links => true} }
end
end
end
# only admins should administrate the given team
end
render :text => exception.message, :status => :unprocessable_entity
end
end