Sha256: 4d38964387e4ca8869e6a6800bee870a8d440a502cef2e21f1490d775a5038e2
Contents?: true
Size: 217 Bytes
Versions: 40
Compression:
Stored size: 217 Bytes
Contents
class ExamRegistrationsController < ApplicationController def show @registration = ExamRegistration.find(params[:id]) @authorization_request = @registration.authorization_request_for(current_user) end end
Version data entries
40 entries across 40 versions & 1 rubygems