Class: Search::EmployeeReviewTextPresenter

Inherits:
EmployeeReviewPresenter
  • Object
show all
Defined in:
app/presenters/search/employee_review_text_presenter.rb

Overview

Presenter: employee review text presenter.

Instance Method Summary collapse

Instance Method Details



8
9
10
# File 'app/presenters/search/employee_review_text_presenter.rb', line 8

def review_link
  r.review_name
end


4
5
6
# File 'app/presenters/search/employee_review_text_presenter.rb', line 4

def reviewee_link
  r.reviewee_name
end