@@ -109,7 +109,7 private | |||||
109 | @watched = klass.find(params[:object_id]) |
|
109 | @watched = klass.find(params[:object_id]) | |
110 | @project = @watched.project |
|
110 | @project = @watched.project | |
111 | elsif params[:project_id] |
|
111 | elsif params[:project_id] | |
112 |
@project = Project.visible.find |
|
112 | @project = Project.visible.find(params[:project_id]) | |
113 | end |
|
113 | end | |
114 | rescue |
|
114 | rescue | |
115 | render_404 |
|
115 | render_404 |
General Comments 0
You need to be logged in to leave comments.
Login now