Class: Effective::ApplicantReferencesController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Effective::ApplicantReferencesController
- Includes:
- CrudController
- Defined in:
- app/controllers/effective/applicant_references_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
16 17 18 19 20 21 |
# File 'app/controllers/effective/applicant_references_controller.rb', line 16 def show @applicant_reference = ApplicantReference.submitted.find(params[:id]) EffectiveResources.(self, :show, @applicant_reference) render 'edit' end |