Actions
Refactor #12476
closedRefactor host collection validator for rails 4
Pull request:
Fixed in Releases:
Found in Releases:
Description
https://github.com/Katello/katello/blob/master/app/models/katello/system_host_collection.rb#L10-L18
needs to be moved as a validator on the relation table is not working correctly in rails 4. It is unable to recognize a host_collection_id on test_create in host collection controller tests.
Actions