Class: ViewEmployeeReview

Inherits:
ApplicationViewRecord show all
Includes:
Models::SearchableView
Defined in:
app/models/view_employee_review.rb

Overview

== Schema Information

Table name: view_employee_reviews
Database name: primary

id :integer primary key
charities_selected :text is an Array
charity_allocation :decimal(, )
earned_reward :decimal(, )
employee_comments :text
pto_reviewed :boolean
remaining_reward :decimal(, )
review :jsonb
review_date :date
review_name :string(255)
review_type :string
reviewee_name :string(255)
reviewer_name :string(255)
state :string(255)
supervisor_comments :text
created_at :datetime
updated_at :datetime
reviewee_employee_id :integer
reviewer_employee_id :integer

Method Summary

Methods included from Models::SearchableView

#crm_link, #crm_link_subtitle, #has_columns?, #main_resource, #readonly?

Methods inherited from ApplicationViewRecord

create, create!, #readonly?

Methods inherited from ApplicationRecord

ransackable_associations, ransackable_attributes, ransackable_scopes, ransortable_attributes, #to_relation

Methods included from Models::EventPublishable

#publish_event