app/views/katello/api/v2/packages/show.json.rabl in katello-2.2.2 vs app/views/katello/api/v2/packages/show.json.rabl in katello-2.4.0.rc1

- old
+ new

@@ -1,7 +1,4 @@ object @resource -attributes :_id => :id -attributes :_content_type_id => :content_type_id -attributes :name, :description, :epoch, :checksum, :arch, :version, :nvrea -attributes :license, :filename, :buildhost, :vendor, :relativepath -attributes :children, :release, :checksumtype, :checksum, :repoids +extends "katello/api/v2/packages/base" +extends "katello/api/v2/packages/backend", :object => Katello::Pulp::Rpm.new(@resource.uuid)