ManageIQ/manageiq

View on GitHub
app/models/policy_event_content.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
class PolicyEventContent < ApplicationRecord
  belongs_to :resource, :polymorphic => true
  belongs_to :policy_event
end