document code

This helps solving the TODO mentioned a few lines above
This commit is contained in:
Carsten Otto 2015-04-13 21:52:22 +02:00
parent 8dd4970b0c
commit 2039ae05db

View file

@ -231,6 +231,7 @@ class ProjectsController < ApplicationController
elsif boolean_param('update_default_tags')
template = 'projects/update_default_tags'
elsif boolean_param('update_project_name')
# clicking on a project name in the project view gives a form triggering this
@projects = current_user.projects
template = 'projects/update_project_name'
else