ManageIQ/manageiq

View on GitHub
app/models/cloud_tenant_flavor.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
class CloudTenantFlavor < ApplicationRecord
  belongs_to :cloud_tenant
  belongs_to :flavor
end