show raw components json on pipeline_invocations#show
authorTom Clegg <tom@clinicalfuture.com>
Mon, 18 Feb 2013 21:05:15 +0000 (13:05 -0800)
committerTom Clegg <tom@clinicalfuture.com>
Mon, 18 Feb 2013 21:05:15 +0000 (13:05 -0800)
app/views/pipeline_invocations/show.html.erb

index 32a221b226043853c8d25c029a2039f6497e95bd..f80434f546acb79f868c3978142e205e5fac2e7c 100644 (file)
@@ -28,3 +28,6 @@
     <% end %>
   </tbody>
 </table>
+<pre>
+<%= JSON.pretty_generate(@object.components) rescue nil %>
+</pre>