Sha256: 7cc38b02a3ef2f2a74219b111af7d86630d4ad552e93c69b44681aad3afbd611
Contents?: true
Size: 363 Bytes
Versions: 10
Compression:
Stored size: 363 Bytes
Contents
module Gaku class Admin::Changes::StudentChangesController < Admin::BaseController #load_and_authorize_resource class: StudentVersion respond_to :html, only: :index def index @count = Gaku::Versioning::StudentVersion.count @changes = Kaminari.paginate_array(Gaku::Versioning::StudentVersion.all).page(params[:page]) end end end
Version data entries
10 entries across 10 versions & 3 rubygems