init kaminari
This commit is contained in:
@ -14,6 +14,7 @@ module Admin
|
||||
@candidates = Candidate.where(completed: true)
|
||||
.includes(:recruiter)
|
||||
.order("#{sort_column} #{sort_direction}")
|
||||
.page(params[:page])
|
||||
end
|
||||
|
||||
def view
|
||||
|
Reference in New Issue
Block a user