ManageIQ/manageiq

View on GitHub
app/models/storage_profile_storage.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
class StorageProfileStorage < ApplicationRecord
  belongs_to :storage_profile
  belongs_to :storage
end