mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
document code
This helps solving the TODO mentioned a few lines above
This commit is contained in:
parent
8dd4970b0c
commit
2039ae05db
1 changed files with 1 additions and 0 deletions
|
@ -231,6 +231,7 @@ class ProjectsController < ApplicationController
|
||||||
elsif boolean_param('update_default_tags')
|
elsif boolean_param('update_default_tags')
|
||||||
template = 'projects/update_default_tags'
|
template = 'projects/update_default_tags'
|
||||||
elsif boolean_param('update_project_name')
|
elsif boolean_param('update_project_name')
|
||||||
|
# clicking on a project name in the project view gives a form triggering this
|
||||||
@projects = current_user.projects
|
@projects = current_user.projects
|
||||||
template = 'projects/update_project_name'
|
template = 'projects/update_project_name'
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue