Sha256: 54ef3782291a03dc13f16d0d9d3d976d67dffd165c608f63f05024353d3b969d
Contents?: true
Size: 346 Bytes
Versions: 10
Compression:
Stored size: 346 Bytes
Contents
module Gaku class Admin::Changes::StudentContactChangesController < Admin::BaseController #load_and_authorize_resource class: PaperTrail::Version respond_to :html def index @changes = Gaku::Versioning::ContactVersion.student_contacts @count = Gaku::Versioning::ContactVersion.student_contacts.count end end end
Version data entries
10 entries across 10 versions & 3 rubygems