Method: WithStudentPathNavigation#next_exercise_button
- Defined in:
- app/helpers/concerns/with_student_path_navigation.rb
#next_exercise_button(exercise) ⇒ Object
11 12 13 |
# File 'app/helpers/concerns/with_student_path_navigation.rb', line 11 def (exercise) (exercise) || (exercise.guide.lesson) if show_content_element? end |