polish teachers

This commit is contained in:
2023-01-15 14:59:06 +02:00
parent 750bd76a7e
commit d017502f18
5 changed files with 24 additions and 4 deletions

View File

@ -3,7 +3,7 @@ class TeachersController < ApplicationController
# GET /teachers
def index
@teachers = Teacher.all
@teachers = Teacher.page params[:page]
end
# GET /teachers/1