[katello-devel] bug in commit 5b910dcc5d9b0771bedb28425df0072edee9f659

Miroslav Suchy msuchy at redhat.com
Thu Oct 11 18:17:59 UTC 2012


Dmitri,
in commit 5b910dcc5d9b0771bedb28425df0072edee9f659
you introduced on several places

+    found = ::Resources::Candlepin::Content.get(id)
+    ::Candlepin::Content.new(found)

+    @content = ::Candlepin::Content.new(params[:content] || 
params["content"])

... and more

and the leading :: does not work (at least on some places).
I'm not sure if it should be
   Candlepin::Content
or
   Resources::Candlepin::Content

so I will leave the fix on you.

Can you please fix it. Thanks.

Mirek




More information about the katello-devel mailing list