summaryrefslogtreecommitdiff
path: root/app/controllers/workouts_controller.rb
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2016-07-18 20:49:23 -0600
committermo khan <mo@mokhan.ca>2016-07-18 20:49:23 -0600
commitacc73cfce4148f6162b9105eca2e16c15cde5fc2 (patch)
treebf8b8fd349be2d81b7443a4165bb69d6539b4ee7 /app/controllers/workouts_controller.rb
parenta09d7083d67188fc486c435a026bd06b8c7ecefa (diff)
display duration instead of weight.
Diffstat (limited to 'app/controllers/workouts_controller.rb')
-rw-r--r--app/controllers/workouts_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/workouts_controller.rb b/app/controllers/workouts_controller.rb
index 579c4d3..aab1b45 100644
--- a/app/controllers/workouts_controller.rb
+++ b/app/controllers/workouts_controller.rb
@@ -28,6 +28,7 @@ class WorkoutsController < ApplicationController
:body_weight,
exercise_sets_attributes: [
:exercise_id,
+ :target_duration,
:target_repetitions,
:target_weight,
:type,