summaryrefslogtreecommitdiff
path: root/app/controllers/programs_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/programs_controller.rb')
-rw-r--r--app/controllers/programs_controller.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/controllers/programs_controller.rb b/app/controllers/programs_controller.rb
index 683f4cb..95f886a 100644
--- a/app/controllers/programs_controller.rb
+++ b/app/controllers/programs_controller.rb
@@ -2,4 +2,14 @@ class ProgramsController < ApplicationController
def show
@program = Program.find_by(slug: params[:id])
end
+
+ def texas_method
+ @maxes = {
+ barbell_row: 210,
+ bench_press: 210,
+ deadlift: 370,
+ overhead_press: 142,
+ squat: 335,
+ }
+ end
end