Improves valuator groups index count

This commit is contained in:
decabeza
2018-02-09 17:16:17 +01:00
committed by rgarcia
parent 13d0b08cb4
commit 3163293626
4 changed files with 11 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
class Admin::ValuatorGroupsController < Admin::BaseController
def index
@groups = ValuatorGroup.all
@groups = ValuatorGroup.all.page(params[:page])
end
def show