Class: LegacyActivityResult

Inherits:
ApplicationRecord show all
Defined in:
app/models/legacy_activity_result.rb

Overview

== Schema Information

Table name: activity_result_types_activity_types
Database name: primary

id :integer not null, primary key
activity_result_type_id :integer not null
activity_type_id :integer not null

Indexes

index_activity_result_types_activity_types (activity_result_type_id,activity_type_id)

Belongs to collapse

Methods inherited from ApplicationRecord

ransackable_associations, ransackable_attributes, ransackable_scopes, ransortable_attributes, #to_relation

Methods included from Models::EventPublishable

#publish_event

Instance Method Details

#activity_result_typeActivityResultType



19
# File 'app/models/legacy_activity_result.rb', line 19

belongs_to :activity_result_type, optional: true

#activity_typeActivityType



18
# File 'app/models/legacy_activity_result.rb', line 18

belongs_to :activity_type, optional: true