diff options
| author | mo khan <mo@mokhan.ca> | 2017-02-18 18:52:18 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2017-02-18 18:52:18 -0700 |
| commit | 52ecd2612c71a57fc199f7ddc9bc81bfca204e84 (patch) | |
| tree | 47b53089c31e577cedaefd2b44196515563e63fc /app/controllers/programs_controller.rb | |
| parent | 958def5a0d16c59807baf253aafb07ddc571fa73 (diff) | |
add texas method.
Diffstat (limited to 'app/controllers/programs_controller.rb')
| -rw-r--r-- | app/controllers/programs_controller.rb | 10 |
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 |
