Actions
Bug #23122
closedUpstreamPool placement is causing autoreloading to not happen in dev environment
Description
UpstreamPool being in app/lib/katello/resources/candlepin/pool.rb is causing issues with autoreloading in dev env
open the rails console and run reload! then try to access Katello::Resources::Candlepin::UpstreamPool
or edit app/lib/katello/resources/candlepin.rb and notice the rails server doesn't reload the code changes
Actions