./lib/animoto/manifests/directing_and_rendering.rb in animoto-1.5.5 vs ./lib/animoto/manifests/directing_and_rendering.rb in animoto-1.5.6

- old
+ new

@@ -53,10 +53,12 @@ # @see Animoto::Manifests::Rendering#to_hash def to_hash options = {} hash = { 'directing_and_rendering_job' => {} } job = hash['directing_and_rendering_job'] add_callback_information job + add_partner_metadata job job['directing_manifest'] = self.directing_manifest.to_hash['directing_job']['directing_manifest'] + job['rendering_manifest'] = self.rendering_manifest.to_hash['rendering_job']['rendering_manifest'] hash end end