polish teachers
This commit is contained in:
@ -3,7 +3,7 @@ class TeachersController < ApplicationController
|
||||
|
||||
# GET /teachers
|
||||
def index
|
||||
@teachers = Teacher.all
|
||||
@teachers = Teacher.page params[:page]
|
||||
end
|
||||
|
||||
# GET /teachers/1
|
||||
|
Reference in New Issue
Block a user