summaryrefslogtreecommitdiffstats
path: root/app/controllers/project_enumerations_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/project_enumerations_controller.rb')
-rw-r--r--app/controllers/project_enumerations_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/project_enumerations_controller.rb b/app/controllers/project_enumerations_controller.rb
index 2475dbf65..df4fcbf23 100644
--- a/app/controllers/project_enumerations_controller.rb
+++ b/app/controllers/project_enumerations_controller.rb
@@ -20,7 +20,7 @@ class ProjectEnumerationsController < ApplicationController
before_filter :authorize
def update
- if request.put? && params[:enumerations]
+ if params[:enumerations]
Project.transaction do
params[:enumerations].each do |id, activity|
@project.update_or_create_time_entry_activity(id, activity)