Class: Effective::ApplicantReferencesController

Inherits:
ApplicationController
  • Object
show all
Includes:
CrudController
Defined in:
app/controllers/effective/applicant_references_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



16
17
18
19
20
21
# File 'app/controllers/effective/applicant_references_controller.rb', line 16

def show
  @applicant_reference = ApplicantReference..find(params[:id])
  EffectiveResources.authorize!(self, :show, @applicant_reference)

  render 'edit'
end