Class: HrLite::CareerController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- HrLite::CareerController
- Defined in:
- app/controllers/hr_lite/career_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
3 4 5 6 7 |
# File 'app/controllers/hr_lite/career_controller.rb', line 3 def show @profile = EmployeeProfile.find_by(user_id: hr_current_user.id) @changes = DesignationChange.where(user_id: hr_current_user.id).timeline @appraisals = Appraisal.shared.where(user_id: hr_current_user.id).recent_first.limit(10) end |