Class: EmployeeEventsEmailSetting
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- EmployeeEventsEmailSetting
- Defined in:
- app/models/employee_events_email_setting.rb
Overview
== Schema Information
Table name: employee_events_email_settings
Database name: primary
id :integer not null, primary key
email_type :string
created_at :datetime not null
updated_at :datetime not null
employee_id :integer
receiver_id :integer
Belongs to collapse
Methods inherited from ApplicationRecord
ransackable_associations, ransackable_attributes, ransackable_scopes, ransortable_attributes, #to_relation
Methods included from Models::EventPublishable
Instance Method Details
#employee ⇒ Employee
14 |
# File 'app/models/employee_events_email_setting.rb', line 14 belongs_to :employee |