ManageIQ/manageiq

View on GitHub
app/models/container_limit.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
class ContainerLimit < ApplicationRecord
  belongs_to :ext_management_system, :foreign_key => "ems_id"
  belongs_to :container_project

  has_many :container_limit_items, :dependent => :destroy
end