ManageIQ/manageiq

View on GitHub
app/models/tagging.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
class Tagging < ApplicationRecord
  belongs_to :tag
  belongs_to :taggable, :polymorphic => true
end