Improve exercise list and link to statistics

This commit is contained in:
Maximilian Grundke
2017-12-10 19:17:02 +01:00
parent fafa55f85c
commit a6744c20e6
2 changed files with 18 additions and 3 deletions

View File

@ -9,6 +9,7 @@ class ExerciseCollectionsController < ApplicationController
end
def show
@exercises = @exercise_collection.exercises.paginate(:page => params[:page])
end
def new