Created
January 8, 2017 11:35
-
-
Save dachev/7fb1101fda13418531c922060a8ba41c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
workout = { | |
buddys = "<null>"; | |
completed = 1; | |
"gym_id" = "<null>"; | |
mood = "<null>"; | |
name = "Custom Workout"; | |
provider = ios; | |
"total_workout_time" = 22; | |
"via_logger" = 1; | |
"workout_date" = 1483878574; | |
"workout_exercises_attributes" = ( | |
{ | |
"exercise_id" = 14301; | |
fields = ( | |
reps, | |
weight | |
); | |
first = 1; | |
last = 1; | |
"sort_order" = 0; | |
time = 0; | |
"total_points" = 13; | |
"workout_exercise_sets_attributes" = ( | |
{ | |
distance = 0; | |
"distance_measurement" = miles; | |
first = 1; | |
last = 1; | |
reps = 2; | |
time = 0; | |
"total_points" = 1; | |
weight = "4.409245014190674"; | |
} | |
); | |
} | |
); | |
}; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment