Hide Forgot
I'm not sure I understand the problem. The 'type' column is used by Rails STI on the model. It uses the 'type' when loading the record to determine which model class to instantiate. The content must be the exact class name. irb(main):003:0> ExtManagementSystem.pluck(:type) (2.3ms) SELECT "ext_management_systems"."type" FROM "ext_management_systems" => ["ManageIQ::Providers::Vmware::InfraManager", "ManageIQ::Providers::AnsibleTower::ConfigurationManager"]